更新文档内容
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user