Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.78 KB

ModelPasswordResetVerifyRequest.md

File metadata and controls

93 lines (50 loc) · 2.78 KB

ModelPasswordResetVerifyRequest

Properties

Name Type Description Notes
Code string
Namespace string
Password string

Methods

NewModelPasswordResetVerifyRequest

func NewModelPasswordResetVerifyRequest(code string, namespace string, password string, ) *ModelPasswordResetVerifyRequest

NewModelPasswordResetVerifyRequest instantiates a new ModelPasswordResetVerifyRequest 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

NewModelPasswordResetVerifyRequestWithDefaults

func NewModelPasswordResetVerifyRequestWithDefaults() *ModelPasswordResetVerifyRequest

NewModelPasswordResetVerifyRequestWithDefaults instantiates a new ModelPasswordResetVerifyRequest 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

GetCode

func (o *ModelPasswordResetVerifyRequest) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *ModelPasswordResetVerifyRequest) GetCodeOk() (*string, bool)

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

SetCode

func (o *ModelPasswordResetVerifyRequest) SetCode(v string)

SetCode sets Code field to given value.

GetNamespace

func (o *ModelPasswordResetVerifyRequest) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

func (o *ModelPasswordResetVerifyRequest) GetNamespaceOk() (*string, bool)

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

SetNamespace

func (o *ModelPasswordResetVerifyRequest) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

GetPassword

func (o *ModelPasswordResetVerifyRequest) GetPassword() string

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

GetPasswordOk

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

SetPassword

func (o *ModelPasswordResetVerifyRequest) SetPassword(v string)

SetPassword sets Password field to given value.

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