Files
openapi-go-answer/docs/SchemaSiteInterfaceReq.md
2023-08-22 10:37:28 +08:00

73 lines
2.1 KiB
Markdown

# SchemaSiteInterfaceReq
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Language** | **string** | |
**TimeZone** | **string** | |
## Methods
### NewSchemaSiteInterfaceReq
`func NewSchemaSiteInterfaceReq(language string, timeZone string, ) *SchemaSiteInterfaceReq`
NewSchemaSiteInterfaceReq instantiates a new SchemaSiteInterfaceReq object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewSchemaSiteInterfaceReqWithDefaults
`func NewSchemaSiteInterfaceReqWithDefaults() *SchemaSiteInterfaceReq`
NewSchemaSiteInterfaceReqWithDefaults instantiates a new SchemaSiteInterfaceReq object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetLanguage
`func (o *SchemaSiteInterfaceReq) GetLanguage() string`
GetLanguage returns the Language field if non-nil, zero value otherwise.
### GetLanguageOk
`func (o *SchemaSiteInterfaceReq) GetLanguageOk() (*string, bool)`
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetLanguage
`func (o *SchemaSiteInterfaceReq) SetLanguage(v string)`
SetLanguage sets Language field to given value.
### GetTimeZone
`func (o *SchemaSiteInterfaceReq) GetTimeZone() string`
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
### GetTimeZoneOk
`func (o *SchemaSiteInterfaceReq) GetTimeZoneOk() (*string, bool)`
GetTimeZoneOk returns a tuple with the TimeZone field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetTimeZone
`func (o *SchemaSiteInterfaceReq) SetTimeZone(v string)`
SetTimeZone sets TimeZone field to given value.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)