更新文档内容

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
### NewSchemaSiteInterfaceReq
`func NewSchemaSiteInterfaceReq(defaultAvatar string, language string, timeZone string, ) *SchemaSiteInterfaceReq`
`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,
@@ -27,26 +26,6 @@ NewSchemaSiteInterfaceReqWithDefaults instantiates a new SchemaSiteInterfaceReq
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`