Files
openapi-go-answer/docs/SchemaAvatarInfo.md
2023-08-18 10:03:31 +08:00

2.8 KiB

SchemaAvatarInfo

Properties

Name Type Description Notes
Custom Pointer to string [optional]
Gravatar Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewSchemaAvatarInfo

func NewSchemaAvatarInfo() *SchemaAvatarInfo

NewSchemaAvatarInfo instantiates a new SchemaAvatarInfo 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

NewSchemaAvatarInfoWithDefaults

func NewSchemaAvatarInfoWithDefaults() *SchemaAvatarInfo

NewSchemaAvatarInfoWithDefaults instantiates a new SchemaAvatarInfo 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 *SchemaAvatarInfo) GetCustom() string

GetCustom returns the Custom field if non-nil, zero value otherwise.

GetCustomOk

func (o *SchemaAvatarInfo) 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 *SchemaAvatarInfo) SetCustom(v string)

SetCustom sets Custom field to given value.

HasCustom

func (o *SchemaAvatarInfo) HasCustom() bool

HasCustom returns a boolean if a field has been set.

GetGravatar

func (o *SchemaAvatarInfo) GetGravatar() string

GetGravatar returns the Gravatar field if non-nil, zero value otherwise.

GetGravatarOk

func (o *SchemaAvatarInfo) 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 *SchemaAvatarInfo) SetGravatar(v string)

SetGravatar sets Gravatar field to given value.

HasGravatar

func (o *SchemaAvatarInfo) HasGravatar() bool

HasGravatar returns a boolean if a field has been set.

GetType

func (o *SchemaAvatarInfo) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SchemaAvatarInfo) 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 *SchemaAvatarInfo) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SchemaAvatarInfo) HasType() bool

HasType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]