Name | Type | Description | Notes |
---|---|---|---|
string | |||
RoleType | string |
func NewInviteUserRequestBody(email string, roleType string, ) *InviteUserRequestBody
NewInviteUserRequestBody instantiates a new InviteUserRequestBody 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
func NewInviteUserRequestBodyWithDefaults() *InviteUserRequestBody
NewInviteUserRequestBodyWithDefaults instantiates a new InviteUserRequestBody 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
func (o *InviteUserRequestBody) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *InviteUserRequestBody) 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.
func (o *InviteUserRequestBody) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *InviteUserRequestBody) GetRoleType() string
GetRoleType returns the RoleType field if non-nil, zero value otherwise.
func (o *InviteUserRequestBody) GetRoleTypeOk() (*string, bool)
GetRoleTypeOk returns a tuple with the RoleType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InviteUserRequestBody) SetRoleType(v string)
SetRoleType sets RoleType field to given value.