Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.29 KB

Invitation.md

File metadata and controls

93 lines (50 loc) · 2.29 KB

Invitation

Properties

Name Type Description Notes
Email string
Id string [readonly]
Resource string

Methods

NewInvitation

func NewInvitation(email string, id string, resource string, ) *Invitation

NewInvitation instantiates a new Invitation 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

NewInvitationWithDefaults

func NewInvitationWithDefaults() *Invitation

NewInvitationWithDefaults instantiates a new Invitation 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 *Invitation) GetEmail() string

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

GetEmailOk

func (o *Invitation) 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 *Invitation) SetEmail(v string)

SetEmail sets Email field to given value.

GetId

func (o *Invitation) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *Invitation) GetIdOk() (*string, bool)

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

SetId

func (o *Invitation) SetId(v string)

SetId sets Id field to given value.

GetResource

func (o *Invitation) GetResource() string

GetResource returns the Resource field if non-nil, zero value otherwise.

GetResourceOk

func (o *Invitation) GetResourceOk() (*string, bool)

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

SetResource

func (o *Invitation) SetResource(v string)

SetResource sets Resource field to given value.

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