94 lines
2.7 KiB
Markdown
94 lines
2.7 KiB
Markdown
# SchemaSiteInterfaceReq
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**DefaultAvatar** | **string** | |
|
|
**Language** | **string** | |
|
|
**TimeZone** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaSiteInterfaceReq
|
|
|
|
`func NewSchemaSiteInterfaceReq(defaultAvatar string, 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
|
|
|
|
### GetDefaultAvatar
|
|
|
|
`func (o *SchemaSiteInterfaceReq) GetDefaultAvatar() string`
|
|
|
|
GetDefaultAvatar returns the DefaultAvatar field if non-nil, zero value otherwise.
|
|
|
|
### GetDefaultAvatarOk
|
|
|
|
`func (o *SchemaSiteInterfaceReq) GetDefaultAvatarOk() (*string, bool)`
|
|
|
|
GetDefaultAvatarOk returns a tuple with the DefaultAvatar field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetDefaultAvatar
|
|
|
|
`func (o *SchemaSiteInterfaceReq) SetDefaultAvatar(v string)`
|
|
|
|
SetDefaultAvatar sets DefaultAvatar field to given value.
|
|
|
|
|
|
### 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)
|
|
|
|
|