Name | Type | Description | Notes |
---|---|---|---|
Password | Pointer to string | The new password for your account. | |
ResetToken | Pointer to string |
func (o *NewPassword) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *NewPassword) 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 *NewPassword) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *NewPassword) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (o *NewPassword) GetResetToken() string
GetResetToken returns the ResetToken field if non-nil, zero value otherwise.
func (o *NewPassword) GetResetTokenOk() (string, bool)
GetResetTokenOk returns a tuple with the ResetToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewPassword) HasResetToken() bool
HasResetToken returns a boolean if a field has been set.
func (o *NewPassword) SetResetToken(v string)
SetResetToken gets a reference to the given string and assigns it to the ResetToken field.