Name | Type | Description | Notes |
---|---|---|---|
Pointer to string | [optional] | ||
FirstName | Pointer to string | [optional] | |
LastName | Pointer to string | [optional] | |
ExpirationDate | Pointer to time.Time | [optional] | |
Roles | Pointer to []UserRole | [optional] | |
AllAppsVisible | Pointer to bool | [optional] | |
ProvisioningAllowed | Pointer to bool | [optional] |
func NewUserInvitationAttributes() *UserInvitationAttributes
NewUserInvitationAttributes instantiates a new UserInvitationAttributes 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 NewUserInvitationAttributesWithDefaults() *UserInvitationAttributes
NewUserInvitationAttributesWithDefaults instantiates a new UserInvitationAttributes 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 *UserInvitationAttributes) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *UserInvitationAttributes) 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 *UserInvitationAttributes) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UserInvitationAttributes) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *UserInvitationAttributes) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *UserInvitationAttributes) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInvitationAttributes) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *UserInvitationAttributes) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *UserInvitationAttributes) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *UserInvitationAttributes) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInvitationAttributes) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *UserInvitationAttributes) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *UserInvitationAttributes) GetExpirationDate() time.Time
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
func (o *UserInvitationAttributes) GetExpirationDateOk() (*time.Time, bool)
GetExpirationDateOk returns a tuple with the ExpirationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInvitationAttributes) SetExpirationDate(v time.Time)
SetExpirationDate sets ExpirationDate field to given value.
func (o *UserInvitationAttributes) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (o *UserInvitationAttributes) GetRoles() []UserRole
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *UserInvitationAttributes) GetRolesOk() (*[]UserRole, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInvitationAttributes) SetRoles(v []UserRole)
SetRoles sets Roles field to given value.
func (o *UserInvitationAttributes) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (o *UserInvitationAttributes) GetAllAppsVisible() bool
GetAllAppsVisible returns the AllAppsVisible field if non-nil, zero value otherwise.
func (o *UserInvitationAttributes) GetAllAppsVisibleOk() (*bool, bool)
GetAllAppsVisibleOk returns a tuple with the AllAppsVisible field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInvitationAttributes) SetAllAppsVisible(v bool)
SetAllAppsVisible sets AllAppsVisible field to given value.
func (o *UserInvitationAttributes) HasAllAppsVisible() bool
HasAllAppsVisible returns a boolean if a field has been set.
func (o *UserInvitationAttributes) GetProvisioningAllowed() bool
GetProvisioningAllowed returns the ProvisioningAllowed field if non-nil, zero value otherwise.
func (o *UserInvitationAttributes) GetProvisioningAllowedOk() (*bool, bool)
GetProvisioningAllowedOk returns a tuple with the ProvisioningAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInvitationAttributes) SetProvisioningAllowed(v bool)
SetProvisioningAllowed sets ProvisioningAllowed field to given value.
func (o *UserInvitationAttributes) HasProvisioningAllowed() bool
HasProvisioningAllowed returns a boolean if a field has been set.