Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.58 KB

NewInviteEmail.md

File metadata and controls

65 lines (34 loc) · 1.58 KB

NewInviteEmail

Properties

Name Type Description Notes
Email Pointer to string Email address of the user.
Token Pointer to string Invitation token of the user.

Methods

GetEmail

func (o *NewInviteEmail) GetEmail() string

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

GetEmailOk

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

HasEmail

func (o *NewInviteEmail) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmail

func (o *NewInviteEmail) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

GetToken

func (o *NewInviteEmail) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *NewInviteEmail) GetTokenOk() (string, bool)

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

HasToken

func (o *NewInviteEmail) HasToken() bool

HasToken returns a boolean if a field has been set.

SetToken

func (o *NewInviteEmail) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

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