更新文档内容

This commit is contained in:
2023-09-26 16:20:01 +08:00
parent 73222eee28
commit d72897f080
415 changed files with 15785 additions and 17558 deletions

View File

@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Avatar** | Pointer to [**SchemaUpdateInfoRequestAvatar**](SchemaUpdateInfoRequestAvatar.md) | | [optional]
**Avatar** | Pointer to [**SchemaAvatarInfo**](SchemaAvatarInfo.md) | | [optional]
**Bio** | Pointer to **string** | bio | [optional]
**DisplayName** | Pointer to **string** | display_name | [optional]
**Location** | Pointer to **string** | location | [optional]
@@ -32,20 +32,20 @@ but it doesn't guarantee that properties required by API are set
### GetAvatar
`func (o *SchemaUpdateInfoRequest) GetAvatar() SchemaUpdateInfoRequestAvatar`
`func (o *SchemaUpdateInfoRequest) GetAvatar() SchemaAvatarInfo`
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
### GetAvatarOk
`func (o *SchemaUpdateInfoRequest) GetAvatarOk() (*SchemaUpdateInfoRequestAvatar, bool)`
`func (o *SchemaUpdateInfoRequest) GetAvatarOk() (*SchemaAvatarInfo, bool)`
GetAvatarOk returns a tuple with the Avatar field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAvatar
`func (o *SchemaUpdateInfoRequest) SetAvatar(v SchemaUpdateInfoRequestAvatar)`
`func (o *SchemaUpdateInfoRequest) SetAvatar(v SchemaAvatarInfo)`
SetAvatar sets Avatar field to given value.