Name | Type | Description | Notes |
---|---|---|---|
Pointer to string |
func (o *NewPasswordEmail) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *NewPasswordEmail) 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 *NewPasswordEmail) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *NewPasswordEmail) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.