109 lines
3.1 KiB
Markdown
109 lines
3.1 KiB
Markdown
# SchemaUpdateInfoRequestAvatar
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Custom** | Pointer to **string** | | [optional]
|
|
**Gravatar** | Pointer to **string** | | [optional]
|
|
**Type** | Pointer to **string** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaUpdateInfoRequestAvatar
|
|
|
|
`func NewSchemaUpdateInfoRequestAvatar() *SchemaUpdateInfoRequestAvatar`
|
|
|
|
NewSchemaUpdateInfoRequestAvatar instantiates a new SchemaUpdateInfoRequestAvatar 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
|
|
|
|
### NewSchemaUpdateInfoRequestAvatarWithDefaults
|
|
|
|
`func NewSchemaUpdateInfoRequestAvatarWithDefaults() *SchemaUpdateInfoRequestAvatar`
|
|
|
|
NewSchemaUpdateInfoRequestAvatarWithDefaults instantiates a new SchemaUpdateInfoRequestAvatar 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
|
|
|
|
### GetCustom
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) GetCustom() string`
|
|
|
|
GetCustom returns the Custom field if non-nil, zero value otherwise.
|
|
|
|
### GetCustomOk
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) GetCustomOk() (*string, bool)`
|
|
|
|
GetCustomOk returns a tuple with the Custom field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetCustom
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) SetCustom(v string)`
|
|
|
|
SetCustom sets Custom field to given value.
|
|
|
|
### HasCustom
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) HasCustom() bool`
|
|
|
|
HasCustom returns a boolean if a field has been set.
|
|
|
|
### GetGravatar
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) GetGravatar() string`
|
|
|
|
GetGravatar returns the Gravatar field if non-nil, zero value otherwise.
|
|
|
|
### GetGravatarOk
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) GetGravatarOk() (*string, bool)`
|
|
|
|
GetGravatarOk returns a tuple with the Gravatar field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetGravatar
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) SetGravatar(v string)`
|
|
|
|
SetGravatar sets Gravatar field to given value.
|
|
|
|
### HasGravatar
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) HasGravatar() bool`
|
|
|
|
HasGravatar returns a boolean if a field has been set.
|
|
|
|
### GetType
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) GetType() string`
|
|
|
|
GetType returns the Type field if non-nil, zero value otherwise.
|
|
|
|
### GetTypeOk
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) GetTypeOk() (*string, bool)`
|
|
|
|
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetType
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) SetType(v string)`
|
|
|
|
SetType sets Type field to given value.
|
|
|
|
### HasType
|
|
|
|
`func (o *SchemaUpdateInfoRequestAvatar) HasType() bool`
|
|
|
|
HasType 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)
|
|
|
|
|