Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.77 KB

ChangeProfilePassword.md

File metadata and controls

65 lines (34 loc) · 1.77 KB

ChangeProfilePassword

Properties

Name Type Description Notes
Password Pointer to string Your old password.
NewPassword Pointer to string Your new password.

Methods

GetPassword

func (o *ChangeProfilePassword) GetPassword() string

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

GetPasswordOk

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.

HasPassword

func (o *ChangeProfilePassword) HasPassword() bool

HasPassword returns a boolean if a field has been set.

SetPassword

func (o *ChangeProfilePassword) SetPassword(v string)

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

GetNewPassword

func (o *ChangeProfilePassword) GetNewPassword() string

GetNewPassword returns the NewPassword field if non-nil, zero value otherwise.

GetNewPasswordOk

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.

HasNewPassword

func (o *ChangeProfilePassword) HasNewPassword() bool

HasNewPassword returns a boolean if a field has been set.

SetNewPassword

func (o *ChangeProfilePassword) SetNewPassword(v string)

SetNewPassword gets a reference to the given string and assigns it to the NewPassword field.

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