Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.11 KB

File metadata and controls

66 lines (37 loc) · 2.11 KB

CreateUserSettingsMainRequest

Properties

Name Type Description Notes
Username Pointer to NullableString [optional]

Methods

NewCreateUserSettingsMainRequest

func NewCreateUserSettingsMainRequest() *CreateUserSettingsMainRequest

NewCreateUserSettingsMainRequest instantiates a new CreateUserSettingsMainRequest 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

NewCreateUserSettingsMainRequestWithDefaults

func NewCreateUserSettingsMainRequestWithDefaults() *CreateUserSettingsMainRequest

NewCreateUserSettingsMainRequestWithDefaults instantiates a new CreateUserSettingsMainRequest 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

GetUsername

func (o *CreateUserSettingsMainRequest) GetUsername() string

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

GetUsernameOk

func (o *CreateUserSettingsMainRequest) 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 *CreateUserSettingsMainRequest) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *CreateUserSettingsMainRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

SetUsernameNil

func (o *CreateUserSettingsMainRequest) SetUsernameNil(b bool)

SetUsernameNil sets the value for Username to be an explicit nil

UnsetUsername

func (o *CreateUserSettingsMainRequest) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

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