Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.44 KB

ChangePasswordView.md

File metadata and controls

82 lines (45 loc) · 2.44 KB

ChangePasswordView

Properties

Name Type Description Notes
CurrentPassword Pointer to string [optional]
NewPassword Pointer to string [optional]

Methods

NewChangePasswordView

func NewChangePasswordView() *ChangePasswordView

NewChangePasswordView instantiates a new ChangePasswordView 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

NewChangePasswordViewWithDefaults

func NewChangePasswordViewWithDefaults() *ChangePasswordView

NewChangePasswordViewWithDefaults instantiates a new ChangePasswordView 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

GetCurrentPassword

func (o *ChangePasswordView) GetCurrentPassword() string

GetCurrentPassword returns the CurrentPassword field if non-nil, zero value otherwise.

GetCurrentPasswordOk

func (o *ChangePasswordView) GetCurrentPasswordOk() (*string, bool)

GetCurrentPasswordOk returns a tuple with the CurrentPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCurrentPassword

func (o *ChangePasswordView) SetCurrentPassword(v string)

SetCurrentPassword sets CurrentPassword field to given value.

HasCurrentPassword

func (o *ChangePasswordView) HasCurrentPassword() bool

HasCurrentPassword returns a boolean if a field has been set.

GetNewPassword

func (o *ChangePasswordView) GetNewPassword() string

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

GetNewPasswordOk

func (o *ChangePasswordView) 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.

SetNewPassword

func (o *ChangePasswordView) SetNewPassword(v string)

SetNewPassword sets NewPassword field to given value.

HasNewPassword

func (o *ChangePasswordView) HasNewPassword() bool

HasNewPassword returns a boolean if a field has been set.

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