Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.52 KB

IdentityChangeUserEmailRequest.md

File metadata and controls

82 lines (45 loc) · 2.52 KB

IdentityChangeUserEmailRequest

Properties

Name Type Description Notes
Email Pointer to string The user's new email address [optional]
Password Pointer to string The user's login password [optional]

Methods

NewIdentityChangeUserEmailRequest

func NewIdentityChangeUserEmailRequest() *IdentityChangeUserEmailRequest

NewIdentityChangeUserEmailRequest instantiates a new IdentityChangeUserEmailRequest 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

NewIdentityChangeUserEmailRequestWithDefaults

func NewIdentityChangeUserEmailRequestWithDefaults() *IdentityChangeUserEmailRequest

NewIdentityChangeUserEmailRequestWithDefaults instantiates a new IdentityChangeUserEmailRequest 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

GetEmail

func (o *IdentityChangeUserEmailRequest) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *IdentityChangeUserEmailRequest) GetEmailOk() (*string, bool)

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

SetEmail

func (o *IdentityChangeUserEmailRequest) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *IdentityChangeUserEmailRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetPassword

func (o *IdentityChangeUserEmailRequest) GetPassword() string

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

GetPasswordOk

func (o *IdentityChangeUserEmailRequest) 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 *IdentityChangeUserEmailRequest) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *IdentityChangeUserEmailRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

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