更新文档内容
This commit is contained in:
233
docs/SchemaSiteUsersResp.md
Normal file
233
docs/SchemaSiteUsersResp.md
Normal file
@@ -0,0 +1,233 @@
|
||||
# SchemaSiteUsersResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AllowUpdateAvatar** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateBio** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateDisplayName** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateLocation** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateUsername** | Pointer to **bool** | | [optional]
|
||||
**AllowUpdateWebsite** | Pointer to **bool** | | [optional]
|
||||
**DefaultAvatar** | **string** | |
|
||||
**GravatarBaseUrl** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSiteUsersResp
|
||||
|
||||
`func NewSchemaSiteUsersResp(defaultAvatar string, ) *SchemaSiteUsersResp`
|
||||
|
||||
NewSchemaSiteUsersResp instantiates a new SchemaSiteUsersResp object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
and makes sure properties required by API are set, but the set of arguments
|
||||
will change when the set of required properties is changed
|
||||
|
||||
### NewSchemaSiteUsersRespWithDefaults
|
||||
|
||||
`func NewSchemaSiteUsersRespWithDefaults() *SchemaSiteUsersResp`
|
||||
|
||||
NewSchemaSiteUsersRespWithDefaults instantiates a new SchemaSiteUsersResp object
|
||||
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
|
||||
|
||||
### GetAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateAvatar() bool`
|
||||
|
||||
GetAllowUpdateAvatar returns the AllowUpdateAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateAvatarOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateAvatarOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateAvatarOk returns a tuple with the AllowUpdateAvatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateAvatar(v bool)`
|
||||
|
||||
SetAllowUpdateAvatar sets AllowUpdateAvatar field to given value.
|
||||
|
||||
### HasAllowUpdateAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateAvatar() bool`
|
||||
|
||||
HasAllowUpdateAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateBio() bool`
|
||||
|
||||
GetAllowUpdateBio returns the AllowUpdateBio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateBioOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateBioOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateBioOk returns a tuple with the AllowUpdateBio field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateBio(v bool)`
|
||||
|
||||
SetAllowUpdateBio sets AllowUpdateBio field to given value.
|
||||
|
||||
### HasAllowUpdateBio
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateBio() bool`
|
||||
|
||||
HasAllowUpdateBio returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateDisplayName() bool`
|
||||
|
||||
GetAllowUpdateDisplayName returns the AllowUpdateDisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateDisplayNameOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateDisplayNameOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateDisplayNameOk returns a tuple with the AllowUpdateDisplayName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateDisplayName(v bool)`
|
||||
|
||||
SetAllowUpdateDisplayName sets AllowUpdateDisplayName field to given value.
|
||||
|
||||
### HasAllowUpdateDisplayName
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateDisplayName() bool`
|
||||
|
||||
HasAllowUpdateDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateLocation() bool`
|
||||
|
||||
GetAllowUpdateLocation returns the AllowUpdateLocation field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateLocationOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateLocationOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateLocationOk returns a tuple with the AllowUpdateLocation field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateLocation(v bool)`
|
||||
|
||||
SetAllowUpdateLocation sets AllowUpdateLocation field to given value.
|
||||
|
||||
### HasAllowUpdateLocation
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateLocation() bool`
|
||||
|
||||
HasAllowUpdateLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateUsername() bool`
|
||||
|
||||
GetAllowUpdateUsername returns the AllowUpdateUsername field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateUsernameOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateUsernameOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateUsernameOk returns a tuple with the AllowUpdateUsername field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateUsername(v bool)`
|
||||
|
||||
SetAllowUpdateUsername sets AllowUpdateUsername field to given value.
|
||||
|
||||
### HasAllowUpdateUsername
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateUsername() bool`
|
||||
|
||||
HasAllowUpdateUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateWebsite() bool`
|
||||
|
||||
GetAllowUpdateWebsite returns the AllowUpdateWebsite field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAllowUpdateWebsiteOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetAllowUpdateWebsiteOk() (*bool, bool)`
|
||||
|
||||
GetAllowUpdateWebsiteOk returns a tuple with the AllowUpdateWebsite field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetAllowUpdateWebsite(v bool)`
|
||||
|
||||
SetAllowUpdateWebsite sets AllowUpdateWebsite field to given value.
|
||||
|
||||
### HasAllowUpdateWebsite
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasAllowUpdateWebsite() bool`
|
||||
|
||||
HasAllowUpdateWebsite returns a boolean if a field has been set.
|
||||
|
||||
### GetDefaultAvatar
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetDefaultAvatar() string`
|
||||
|
||||
GetDefaultAvatar returns the DefaultAvatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDefaultAvatarOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) 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 *SchemaSiteUsersResp) SetDefaultAvatar(v string)`
|
||||
|
||||
SetDefaultAvatar sets DefaultAvatar field to given value.
|
||||
|
||||
|
||||
### GetGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetGravatarBaseUrl() string`
|
||||
|
||||
GetGravatarBaseUrl returns the GravatarBaseUrl field if non-nil, zero value otherwise.
|
||||
|
||||
### GetGravatarBaseUrlOk
|
||||
|
||||
`func (o *SchemaSiteUsersResp) GetGravatarBaseUrlOk() (*string, bool)`
|
||||
|
||||
GetGravatarBaseUrlOk returns a tuple with the GravatarBaseUrl field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersResp) SetGravatarBaseUrl(v string)`
|
||||
|
||||
SetGravatarBaseUrl sets GravatarBaseUrl field to given value.
|
||||
|
||||
### HasGravatarBaseUrl
|
||||
|
||||
`func (o *SchemaSiteUsersResp) HasGravatarBaseUrl() bool`
|
||||
|
||||
HasGravatarBaseUrl returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user