Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.19 KB

SystemuserreturnRecoveryEmail.md

File metadata and controls

108 lines (59 loc) · 3.19 KB

SystemuserreturnRecoveryEmail

Properties

Name Type Description Notes
Address Pointer to string [optional]
Verified Pointer to bool [optional]
VerifiedAt Pointer to string [optional]

Methods

NewSystemuserreturnRecoveryEmail

func NewSystemuserreturnRecoveryEmail() *SystemuserreturnRecoveryEmail

NewSystemuserreturnRecoveryEmail instantiates a new SystemuserreturnRecoveryEmail 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

NewSystemuserreturnRecoveryEmailWithDefaults

func NewSystemuserreturnRecoveryEmailWithDefaults() *SystemuserreturnRecoveryEmail

NewSystemuserreturnRecoveryEmailWithDefaults instantiates a new SystemuserreturnRecoveryEmail 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

GetAddress

func (o *SystemuserreturnRecoveryEmail) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *SystemuserreturnRecoveryEmail) GetAddressOk() (*string, bool)

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

SetAddress

func (o *SystemuserreturnRecoveryEmail) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *SystemuserreturnRecoveryEmail) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetVerified

func (o *SystemuserreturnRecoveryEmail) GetVerified() bool

GetVerified returns the Verified field if non-nil, zero value otherwise.

GetVerifiedOk

func (o *SystemuserreturnRecoveryEmail) GetVerifiedOk() (*bool, bool)

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

SetVerified

func (o *SystemuserreturnRecoveryEmail) SetVerified(v bool)

SetVerified sets Verified field to given value.

HasVerified

func (o *SystemuserreturnRecoveryEmail) HasVerified() bool

HasVerified returns a boolean if a field has been set.

GetVerifiedAt

func (o *SystemuserreturnRecoveryEmail) GetVerifiedAt() string

GetVerifiedAt returns the VerifiedAt field if non-nil, zero value otherwise.

GetVerifiedAtOk

func (o *SystemuserreturnRecoveryEmail) GetVerifiedAtOk() (*string, bool)

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

SetVerifiedAt

func (o *SystemuserreturnRecoveryEmail) SetVerifiedAt(v string)

SetVerifiedAt sets VerifiedAt field to given value.

HasVerifiedAt

func (o *SystemuserreturnRecoveryEmail) HasVerifiedAt() bool

HasVerifiedAt returns a boolean if a field has been set.

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