Skip to content

Latest commit

 

History

History
231 lines (128 loc) · 6.19 KB

UpdateUserProfileVM.md

File metadata and controls

231 lines (128 loc) · 6.19 KB

UpdateUserProfileVM

Properties

Name Type Description Notes
Name Pointer to NullableString [optional]
Username Pointer to NullableString [optional]
Email Pointer to NullableString [optional]
PasswordNew Pointer to NullableString [optional]
PasswordNew2 Pointer to NullableString [optional]
T string

Methods

NewUpdateUserProfileVM

func NewUpdateUserProfileVM(t string, ) *UpdateUserProfileVM

NewUpdateUserProfileVM instantiates a new UpdateUserProfileVM 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

NewUpdateUserProfileVMWithDefaults

func NewUpdateUserProfileVMWithDefaults() *UpdateUserProfileVM

NewUpdateUserProfileVMWithDefaults instantiates a new UpdateUserProfileVM 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

GetName

func (o *UpdateUserProfileVM) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *UpdateUserProfileVM) GetNameOk() (*string, bool)

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

SetName

func (o *UpdateUserProfileVM) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UpdateUserProfileVM) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *UpdateUserProfileVM) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *UpdateUserProfileVM) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetUsername

func (o *UpdateUserProfileVM) GetUsername() string

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

GetUsernameOk

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

SetUsername sets Username field to given value.

HasUsername

func (o *UpdateUserProfileVM) HasUsername() bool

HasUsername returns a boolean if a field has been set.

SetUsernameNil

func (o *UpdateUserProfileVM) SetUsernameNil(b bool)

SetUsernameNil sets the value for Username to be an explicit nil

UnsetUsername

func (o *UpdateUserProfileVM) UnsetUsername()

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

GetEmail

func (o *UpdateUserProfileVM) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *UpdateUserProfileVM) GetEmailOk() (*string, bool)

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

SetEmail

func (o *UpdateUserProfileVM) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *UpdateUserProfileVM) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmailNil

func (o *UpdateUserProfileVM) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *UpdateUserProfileVM) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

GetPasswordNew

func (o *UpdateUserProfileVM) GetPasswordNew() string

GetPasswordNew returns the PasswordNew field if non-nil, zero value otherwise.

GetPasswordNewOk

func (o *UpdateUserProfileVM) GetPasswordNewOk() (*string, bool)

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

SetPasswordNew

func (o *UpdateUserProfileVM) SetPasswordNew(v string)

SetPasswordNew sets PasswordNew field to given value.

HasPasswordNew

func (o *UpdateUserProfileVM) HasPasswordNew() bool

HasPasswordNew returns a boolean if a field has been set.

SetPasswordNewNil

func (o *UpdateUserProfileVM) SetPasswordNewNil(b bool)

SetPasswordNewNil sets the value for PasswordNew to be an explicit nil

UnsetPasswordNew

func (o *UpdateUserProfileVM) UnsetPasswordNew()

UnsetPasswordNew ensures that no value is present for PasswordNew, not even an explicit nil

GetPasswordNew2

func (o *UpdateUserProfileVM) GetPasswordNew2() string

GetPasswordNew2 returns the PasswordNew2 field if non-nil, zero value otherwise.

GetPasswordNew2Ok

func (o *UpdateUserProfileVM) GetPasswordNew2Ok() (*string, bool)

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

SetPasswordNew2

func (o *UpdateUserProfileVM) SetPasswordNew2(v string)

SetPasswordNew2 sets PasswordNew2 field to given value.

HasPasswordNew2

func (o *UpdateUserProfileVM) HasPasswordNew2() bool

HasPasswordNew2 returns a boolean if a field has been set.

SetPasswordNew2Nil

func (o *UpdateUserProfileVM) SetPasswordNew2Nil(b bool)

SetPasswordNew2Nil sets the value for PasswordNew2 to be an explicit nil

UnsetPasswordNew2

func (o *UpdateUserProfileVM) UnsetPasswordNew2()

UnsetPasswordNew2 ensures that no value is present for PasswordNew2, not even an explicit nil

GetT

func (o *UpdateUserProfileVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *UpdateUserProfileVM) GetTOk() (*string, bool)

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

SetT

func (o *UpdateUserProfileVM) SetT(v string)

SetT sets T field to given value.

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