73 lines
2.1 KiB
Markdown
73 lines
2.1 KiB
Markdown
# SchemaSiteInterfaceResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Language** | **string** | |
|
|
**TimeZone** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaSiteInterfaceResp
|
|
|
|
`func NewSchemaSiteInterfaceResp(language string, timeZone string, ) *SchemaSiteInterfaceResp`
|
|
|
|
NewSchemaSiteInterfaceResp instantiates a new SchemaSiteInterfaceResp 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
|
|
|
|
### NewSchemaSiteInterfaceRespWithDefaults
|
|
|
|
`func NewSchemaSiteInterfaceRespWithDefaults() *SchemaSiteInterfaceResp`
|
|
|
|
NewSchemaSiteInterfaceRespWithDefaults instantiates a new SchemaSiteInterfaceResp 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 *SchemaSiteInterfaceResp) GetLanguage() string`
|
|
|
|
GetLanguage returns the Language field if non-nil, zero value otherwise.
|
|
|
|
### GetLanguageOk
|
|
|
|
`func (o *SchemaSiteInterfaceResp) 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 *SchemaSiteInterfaceResp) SetLanguage(v string)`
|
|
|
|
SetLanguage sets Language field to given value.
|
|
|
|
|
|
### GetTimeZone
|
|
|
|
`func (o *SchemaSiteInterfaceResp) GetTimeZone() string`
|
|
|
|
GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.
|
|
|
|
### GetTimeZoneOk
|
|
|
|
`func (o *SchemaSiteInterfaceResp) 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 *SchemaSiteInterfaceResp) 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)
|
|
|
|
|