Files
openapi-go-answer/docs/SchemaSiteInterfaceResp.md
2023-08-18 10:03:31 +08:00

94 lines
2.7 KiB
Markdown

# SchemaSiteInterfaceResp
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DefaultAvatar** | **string** | |
**Language** | **string** | |
**TimeZone** | **string** | |
## Methods
### NewSchemaSiteInterfaceResp
`func NewSchemaSiteInterfaceResp(defaultAvatar string, 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
### GetDefaultAvatar
`func (o *SchemaSiteInterfaceResp) GetDefaultAvatar() string`
GetDefaultAvatar returns the DefaultAvatar field if non-nil, zero value otherwise.
### GetDefaultAvatarOk
`func (o *SchemaSiteInterfaceResp) 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 *SchemaSiteInterfaceResp) SetDefaultAvatar(v string)`
SetDefaultAvatar sets DefaultAvatar field to given value.
### 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)