Name | Type | Description | Notes |
---|---|---|---|
ChangePassword | Pointer to bool | [optional] | |
FirstName | Pointer to NullableString | [optional] | |
LastName | Pointer to NullableString | [optional] | |
NewPassword | Pointer to NullableString | [optional] | |
OldPassword | Pointer to NullableString | [optional] | |
Role | Pointer to NullableUserRole | [optional] | |
Token | Pointer to NullableString | [optional] |
func NewUpdateUser() *UpdateUser
NewUpdateUser instantiates a new UpdateUser 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 NewUpdateUserWithDefaults() *UpdateUser
NewUpdateUserWithDefaults instantiates a new UpdateUser 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 *UpdateUser) GetChangePassword() bool
GetChangePassword returns the ChangePassword field if non-nil, zero value otherwise.
func (o *UpdateUser) GetChangePasswordOk() (*bool, bool)
GetChangePasswordOk returns a tuple with the ChangePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUser) SetChangePassword(v bool)
SetChangePassword sets ChangePassword field to given value.
func (o *UpdateUser) HasChangePassword() bool
HasChangePassword returns a boolean if a field has been set.
func (o *UpdateUser) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *UpdateUser) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUser) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *UpdateUser) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *UpdateUser) SetFirstNameNil(b bool)
SetFirstNameNil sets the value for FirstName to be an explicit nil
func (o *UpdateUser) UnsetFirstName()
UnsetFirstName ensures that no value is present for FirstName, not even an explicit nil
func (o *UpdateUser) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *UpdateUser) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUser) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *UpdateUser) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *UpdateUser) SetLastNameNil(b bool)
SetLastNameNil sets the value for LastName to be an explicit nil
func (o *UpdateUser) UnsetLastName()
UnsetLastName ensures that no value is present for LastName, not even an explicit nil
func (o *UpdateUser) GetNewPassword() string
GetNewPassword returns the NewPassword field if non-nil, zero value otherwise.
func (o *UpdateUser) GetNewPasswordOk() (*string, bool)
GetNewPasswordOk returns a tuple with the NewPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUser) SetNewPassword(v string)
SetNewPassword sets NewPassword field to given value.
func (o *UpdateUser) HasNewPassword() bool
HasNewPassword returns a boolean if a field has been set.
func (o *UpdateUser) SetNewPasswordNil(b bool)
SetNewPasswordNil sets the value for NewPassword to be an explicit nil
func (o *UpdateUser) UnsetNewPassword()
UnsetNewPassword ensures that no value is present for NewPassword, not even an explicit nil
func (o *UpdateUser) GetOldPassword() string
GetOldPassword returns the OldPassword field if non-nil, zero value otherwise.
func (o *UpdateUser) GetOldPasswordOk() (*string, bool)
GetOldPasswordOk returns a tuple with the OldPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUser) SetOldPassword(v string)
SetOldPassword sets OldPassword field to given value.
func (o *UpdateUser) HasOldPassword() bool
HasOldPassword returns a boolean if a field has been set.
func (o *UpdateUser) SetOldPasswordNil(b bool)
SetOldPasswordNil sets the value for OldPassword to be an explicit nil
func (o *UpdateUser) UnsetOldPassword()
UnsetOldPassword ensures that no value is present for OldPassword, not even an explicit nil
func (o *UpdateUser) GetRole() UserRole
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *UpdateUser) GetRoleOk() (*UserRole, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUser) SetRole(v UserRole)
SetRole sets Role field to given value.
func (o *UpdateUser) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *UpdateUser) SetRoleNil(b bool)
SetRoleNil sets the value for Role to be an explicit nil
func (o *UpdateUser) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil
func (o *UpdateUser) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateUser) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUser) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateUser) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateUser) SetTokenNil(b bool)
SetTokenNil sets the value for Token to be an explicit nil
func (o *UpdateUser) UnsetToken()
UnsetToken ensures that no value is present for Token, not even an explicit nil