更新文档内容

This commit is contained in:
2023-08-22 10:37:28 +08:00
parent c3f06b456f
commit 73222eee28
329 changed files with 25366 additions and 2475 deletions

View File

@@ -4,7 +4,6 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DefaultAvatar** | **string** | |
**Language** | **string** | |
**TimeZone** | **string** | |
@@ -12,7 +11,7 @@ Name | Type | Description | Notes
### NewSchemaSiteInterfaceResp
`func NewSchemaSiteInterfaceResp(defaultAvatar string, language string, timeZone string, ) *SchemaSiteInterfaceResp`
`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,
@@ -27,26 +26,6 @@ NewSchemaSiteInterfaceRespWithDefaults instantiates a new SchemaSiteInterfaceRes
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`