Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.52 KB

ModelInviteUserRequest.md

File metadata and controls

93 lines (50 loc) · 2.52 KB

ModelInviteUserRequest

Properties

Name Type Description Notes
Action string
Email string
Role string

Methods

NewModelInviteUserRequest

func NewModelInviteUserRequest(action string, email string, role string, ) *ModelInviteUserRequest

NewModelInviteUserRequest instantiates a new ModelInviteUserRequest 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

NewModelInviteUserRequestWithDefaults

func NewModelInviteUserRequestWithDefaults() *ModelInviteUserRequest

NewModelInviteUserRequestWithDefaults instantiates a new ModelInviteUserRequest 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

GetAction

func (o *ModelInviteUserRequest) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *ModelInviteUserRequest) GetActionOk() (*string, bool)

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

SetAction

func (o *ModelInviteUserRequest) SetAction(v string)

SetAction sets Action field to given value.

GetEmail

func (o *ModelInviteUserRequest) GetEmail() string

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

GetEmailOk

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

SetEmail sets Email field to given value.

GetRole

func (o *ModelInviteUserRequest) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *ModelInviteUserRequest) GetRoleOk() (*string, bool)

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

SetRole

func (o *ModelInviteUserRequest) SetRole(v string)

SetRole sets Role field to given value.

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