Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
Username | Pointer to NullableString | [optional] | |
Pointer to NullableString | [optional] | ||
PasswordNew | Pointer to NullableString | [optional] | |
PasswordNew2 | Pointer to NullableString | [optional] | |
T | string |
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
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
func (o *UpdateUserProfileVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *UpdateUserProfileVM) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateUserProfileVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateUserProfileVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *UpdateUserProfileVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *UpdateUserProfileVM) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *UpdateUserProfileVM) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *UpdateUserProfileVM) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *UpdateUserProfileVM) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *UpdateUserProfileVM) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *UpdateUserProfileVM) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *UpdateUserProfileVM) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UpdateUserProfileVM) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *UpdateUserProfileVM) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *UpdateUserProfileVM) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *UpdateUserProfileVM) GetPasswordNew() string
GetPasswordNew returns the PasswordNew field if non-nil, zero value otherwise.
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.
func (o *UpdateUserProfileVM) SetPasswordNew(v string)
SetPasswordNew sets PasswordNew field to given value.
func (o *UpdateUserProfileVM) HasPasswordNew() bool
HasPasswordNew returns a boolean if a field has been set.
func (o *UpdateUserProfileVM) SetPasswordNewNil(b bool)
SetPasswordNewNil sets the value for PasswordNew to be an explicit nil
func (o *UpdateUserProfileVM) UnsetPasswordNew()
UnsetPasswordNew ensures that no value is present for PasswordNew, not even an explicit nil
func (o *UpdateUserProfileVM) GetPasswordNew2() string
GetPasswordNew2 returns the PasswordNew2 field if non-nil, zero value otherwise.
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.
func (o *UpdateUserProfileVM) SetPasswordNew2(v string)
SetPasswordNew2 sets PasswordNew2 field to given value.
func (o *UpdateUserProfileVM) HasPasswordNew2() bool
HasPasswordNew2 returns a boolean if a field has been set.
func (o *UpdateUserProfileVM) SetPasswordNew2Nil(b bool)
SetPasswordNew2Nil sets the value for PasswordNew2 to be an explicit nil
func (o *UpdateUserProfileVM) UnsetPasswordNew2()
UnsetPasswordNew2 ensures that no value is present for PasswordNew2, not even an explicit nil
func (o *UpdateUserProfileVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *UpdateUserProfileVM) SetT(v string)
SetT sets T field to given value.