更新文档内容

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,9 +4,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Avatar** | Pointer to [**SchemaAvatarInfo**](SchemaAvatarInfo.md) | | [optional]
**Avatar** | Pointer to [**SchemaUpdateInfoRequestAvatar**](SchemaUpdateInfoRequestAvatar.md) | | [optional]
**Bio** | Pointer to **string** | bio | [optional]
**DisplayName** | **string** | display_name |
**DisplayName** | Pointer to **string** | display_name | [optional]
**Location** | Pointer to **string** | location | [optional]
**Username** | Pointer to **string** | username | [optional]
**Website** | Pointer to **string** | website | [optional]
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
### NewSchemaUpdateInfoRequest
`func NewSchemaUpdateInfoRequest(displayName string, ) *SchemaUpdateInfoRequest`
`func NewSchemaUpdateInfoRequest() *SchemaUpdateInfoRequest`
NewSchemaUpdateInfoRequest instantiates a new SchemaUpdateInfoRequest object
This constructor will assign default values to properties that have it defined,
@@ -32,20 +32,20 @@ but it doesn't guarantee that properties required by API are set
### GetAvatar
`func (o *SchemaUpdateInfoRequest) GetAvatar() SchemaAvatarInfo`
`func (o *SchemaUpdateInfoRequest) GetAvatar() SchemaUpdateInfoRequestAvatar`
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
### GetAvatarOk
`func (o *SchemaUpdateInfoRequest) GetAvatarOk() (*SchemaAvatarInfo, bool)`
`func (o *SchemaUpdateInfoRequest) GetAvatarOk() (*SchemaUpdateInfoRequestAvatar, 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 SchemaAvatarInfo)`
`func (o *SchemaUpdateInfoRequest) SetAvatar(v SchemaUpdateInfoRequestAvatar)`
SetAvatar sets Avatar field to given value.
@@ -99,6 +99,11 @@ and a boolean to check if the value has been set.
SetDisplayName sets DisplayName field to given value.
### HasDisplayName
`func (o *SchemaUpdateInfoRequest) HasDisplayName() bool`
HasDisplayName returns a boolean if a field has been set.
### GetLocation