Name | Type | Description | Notes |
---|---|---|---|
Pointer to string | The email address associated with the user profile. | ||
Password | Pointer to string | The password for your account. | |
Name | Pointer to string | Your name. | [optional] |
InviteToken | Pointer to string |
func (o *NewUser) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *NewUser) 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.
func (o *NewUser) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *NewUser) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (o *NewUser) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *NewUser) 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.
func (o *NewUser) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *NewUser) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (o *NewUser) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NewUser) GetNameOk() (string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewUser) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NewUser) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *NewUser) GetInviteToken() string
GetInviteToken returns the InviteToken field if non-nil, zero value otherwise.
func (o *NewUser) GetInviteTokenOk() (string, bool)
GetInviteTokenOk returns a tuple with the InviteToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewUser) HasInviteToken() bool
HasInviteToken returns a boolean if a field has been set.
func (o *NewUser) SetInviteToken(v string)
SetInviteToken gets a reference to the given string and assigns it to the InviteToken field.