Files
openapi-go-answer/docs/SchemaUpdateInfoRequest.md
2023-09-26 16:20:01 +08:00

5.1 KiB

SchemaUpdateInfoRequest

Properties

Name Type Description Notes
Avatar Pointer to SchemaAvatarInfo [optional]
Bio Pointer to string bio [optional]
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]

Methods

NewSchemaUpdateInfoRequest

func NewSchemaUpdateInfoRequest() *SchemaUpdateInfoRequest

NewSchemaUpdateInfoRequest instantiates a new SchemaUpdateInfoRequest 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

NewSchemaUpdateInfoRequestWithDefaults

func NewSchemaUpdateInfoRequestWithDefaults() *SchemaUpdateInfoRequest

NewSchemaUpdateInfoRequestWithDefaults instantiates a new SchemaUpdateInfoRequest 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

GetAvatar

func (o *SchemaUpdateInfoRequest) GetAvatar() SchemaAvatarInfo

GetAvatar returns the Avatar field if non-nil, zero value otherwise.

GetAvatarOk

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 SchemaAvatarInfo)

SetAvatar sets Avatar field to given value.

HasAvatar

func (o *SchemaUpdateInfoRequest) HasAvatar() bool

HasAvatar returns a boolean if a field has been set.

GetBio

func (o *SchemaUpdateInfoRequest) GetBio() string

GetBio returns the Bio field if non-nil, zero value otherwise.

GetBioOk

func (o *SchemaUpdateInfoRequest) GetBioOk() (*string, bool)

GetBioOk returns a tuple with the Bio field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBio

func (o *SchemaUpdateInfoRequest) SetBio(v string)

SetBio sets Bio field to given value.

HasBio

func (o *SchemaUpdateInfoRequest) HasBio() bool

HasBio returns a boolean if a field has been set.

GetDisplayName

func (o *SchemaUpdateInfoRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *SchemaUpdateInfoRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *SchemaUpdateInfoRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SchemaUpdateInfoRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetLocation

func (o *SchemaUpdateInfoRequest) GetLocation() string

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

func (o *SchemaUpdateInfoRequest) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLocation

func (o *SchemaUpdateInfoRequest) SetLocation(v string)

SetLocation sets Location field to given value.

HasLocation

func (o *SchemaUpdateInfoRequest) HasLocation() bool

HasLocation returns a boolean if a field has been set.

GetUsername

func (o *SchemaUpdateInfoRequest) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *SchemaUpdateInfoRequest) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *SchemaUpdateInfoRequest) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *SchemaUpdateInfoRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetWebsite

func (o *SchemaUpdateInfoRequest) GetWebsite() string

GetWebsite returns the Website field if non-nil, zero value otherwise.

GetWebsiteOk

func (o *SchemaUpdateInfoRequest) GetWebsiteOk() (*string, bool)

GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWebsite

func (o *SchemaUpdateInfoRequest) SetWebsite(v string)

SetWebsite sets Website field to given value.

HasWebsite

func (o *SchemaUpdateInfoRequest) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

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