Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
TenantId | Pointer to string | [optional] | |
Pointer to NullableString | [optional] | ||
Role | Pointer to NullableString | [optional] | |
Status | Pointer to TenantInvitationStatus | [optional] | |
ExpiresAt | Pointer to time.Time | [optional] | |
CreatedBy | Pointer to NullableString | [optional] | |
CreatedAt | Pointer to NullableTime | [optional] | |
ModifiedBy | Pointer to NullableString | [optional] | |
ModifiedAt | Pointer to NullableTime | [optional] |
func NewTenantInvitationResponse() *TenantInvitationResponse
NewTenantInvitationResponse instantiates a new TenantInvitationResponse 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 NewTenantInvitationResponseWithDefaults() *TenantInvitationResponse
NewTenantInvitationResponseWithDefaults instantiates a new TenantInvitationResponse 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 *TenantInvitationResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) 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.
func (o *TenantInvitationResponse) SetId(v string)
SetId sets Id field to given value.
func (o *TenantInvitationResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TenantInvitationResponse) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantInvitationResponse) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *TenantInvitationResponse) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *TenantInvitationResponse) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) 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 *TenantInvitationResponse) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *TenantInvitationResponse) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *TenantInvitationResponse) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *TenantInvitationResponse) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *TenantInvitationResponse) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) 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.
func (o *TenantInvitationResponse) SetRole(v string)
SetRole sets Role field to given value.
func (o *TenantInvitationResponse) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *TenantInvitationResponse) SetRoleNil(b bool)
SetRoleNil sets the value for Role to be an explicit nil
func (o *TenantInvitationResponse) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil
func (o *TenantInvitationResponse) GetStatus() TenantInvitationStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) GetStatusOk() (*TenantInvitationStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantInvitationResponse) SetStatus(v TenantInvitationStatus)
SetStatus sets Status field to given value.
func (o *TenantInvitationResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *TenantInvitationResponse) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantInvitationResponse) SetExpiresAt(v time.Time)
SetExpiresAt sets ExpiresAt field to given value.
func (o *TenantInvitationResponse) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (o *TenantInvitationResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantInvitationResponse) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *TenantInvitationResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *TenantInvitationResponse) SetCreatedByNil(b bool)
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (o *TenantInvitationResponse) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (o *TenantInvitationResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantInvitationResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *TenantInvitationResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *TenantInvitationResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *TenantInvitationResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *TenantInvitationResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantInvitationResponse) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *TenantInvitationResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *TenantInvitationResponse) SetModifiedByNil(b bool)
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (o *TenantInvitationResponse) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (o *TenantInvitationResponse) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.
func (o *TenantInvitationResponse) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TenantInvitationResponse) SetModifiedAt(v time.Time)
SetModifiedAt sets ModifiedAt field to given value.
func (o *TenantInvitationResponse) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field has been set.
func (o *TenantInvitationResponse) SetModifiedAtNil(b bool)
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (o *TenantInvitationResponse) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil