Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.79 KB

InviteUserRequest.md

File metadata and controls

108 lines (59 loc) · 2.79 KB

InviteUserRequest

Properties

Name Type Description Notes
Email Pointer to string [optional]
Name Pointer to string [optional]
Message Pointer to string [optional]

Methods

NewInviteUserRequest

func NewInviteUserRequest() *InviteUserRequest

NewInviteUserRequest instantiates a new InviteUserRequest 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

NewInviteUserRequestWithDefaults

func NewInviteUserRequestWithDefaults() *InviteUserRequest

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

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

GetEmailOk

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

SetEmail sets Email field to given value.

HasEmail

func (o *InviteUserRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetName

func (o *InviteUserRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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

SetName

func (o *InviteUserRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *InviteUserRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetMessage

func (o *InviteUserRequest) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *InviteUserRequest) GetMessageOk() (*string, bool)

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

SetMessage

func (o *InviteUserRequest) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *InviteUserRequest) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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