Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.66 KB

NewPassword.md

File metadata and controls

65 lines (34 loc) · 1.66 KB

NewPassword

Properties

Name Type Description Notes
Password Pointer to string The new password for your account.
ResetToken Pointer to string

Methods

GetPassword

func (o *NewPassword) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

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.

HasPassword

func (o *NewPassword) HasPassword() bool

HasPassword returns a boolean if a field has been set.

SetPassword

func (o *NewPassword) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

GetResetToken

func (o *NewPassword) GetResetToken() string

GetResetToken returns the ResetToken field if non-nil, zero value otherwise.

GetResetTokenOk

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.

HasResetToken

func (o *NewPassword) HasResetToken() bool

HasResetToken returns a boolean if a field has been set.

SetResetToken

func (o *NewPassword) SetResetToken(v string)

SetResetToken gets a reference to the given string and assigns it to the ResetToken field.

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