Name | Type | Description | Notes |
---|---|---|---|
Password | Pointer to string | Your old password. | |
NewPassword | Pointer to string | Your new password. |
func (o *ChangeProfilePassword) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ChangeProfilePassword) GetPasswordOk() (string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChangeProfilePassword) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *ChangeProfilePassword) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (o *ChangeProfilePassword) GetNewPassword() string
GetNewPassword returns the NewPassword field if non-nil, zero value otherwise.
func (o *ChangeProfilePassword) 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 *ChangeProfilePassword) HasNewPassword() bool
HasNewPassword returns a boolean if a field has been set.
func (o *ChangeProfilePassword) SetNewPassword(v string)
SetNewPassword gets a reference to the given string and assigns it to the NewPassword field.