Skip to content

Latest commit

 

History

History
350 lines (193 loc) · 9.63 KB

TenantInvitationResponse.md

File metadata and controls

350 lines (193 loc) · 9.63 KB

TenantInvitationResponse

Properties

Name Type Description Notes
Id Pointer to string [optional]
TenantId Pointer to string [optional]
Email 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]

Methods

NewTenantInvitationResponse

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

NewTenantInvitationResponseWithDefaults

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

GetId

func (o *TenantInvitationResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *TenantInvitationResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *TenantInvitationResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetTenantId

func (o *TenantInvitationResponse) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

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.

SetTenantId

func (o *TenantInvitationResponse) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *TenantInvitationResponse) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetEmail

func (o *TenantInvitationResponse) GetEmail() string

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

GetEmailOk

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.

SetEmail

func (o *TenantInvitationResponse) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *TenantInvitationResponse) HasEmail() bool

HasEmail returns a boolean if a field has been set.

SetEmailNil

func (o *TenantInvitationResponse) SetEmailNil(b bool)

SetEmailNil sets the value for Email to be an explicit nil

UnsetEmail

func (o *TenantInvitationResponse) UnsetEmail()

UnsetEmail ensures that no value is present for Email, not even an explicit nil

GetRole

func (o *TenantInvitationResponse) GetRole() string

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

GetRoleOk

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.

SetRole

func (o *TenantInvitationResponse) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *TenantInvitationResponse) HasRole() bool

HasRole returns a boolean if a field has been set.

SetRoleNil

func (o *TenantInvitationResponse) SetRoleNil(b bool)

SetRoleNil sets the value for Role to be an explicit nil

UnsetRole

func (o *TenantInvitationResponse) UnsetRole()

UnsetRole ensures that no value is present for Role, not even an explicit nil

GetStatus

func (o *TenantInvitationResponse) GetStatus() TenantInvitationStatus

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *TenantInvitationResponse) SetStatus(v TenantInvitationStatus)

SetStatus sets Status field to given value.

HasStatus

func (o *TenantInvitationResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetExpiresAt

func (o *TenantInvitationResponse) GetExpiresAt() time.Time

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

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.

SetExpiresAt

func (o *TenantInvitationResponse) SetExpiresAt(v time.Time)

SetExpiresAt sets ExpiresAt field to given value.

HasExpiresAt

func (o *TenantInvitationResponse) HasExpiresAt() bool

HasExpiresAt returns a boolean if a field has been set.

GetCreatedBy

func (o *TenantInvitationResponse) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *TenantInvitationResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *TenantInvitationResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedByNil

func (o *TenantInvitationResponse) SetCreatedByNil(b bool)

SetCreatedByNil sets the value for CreatedBy to be an explicit nil

UnsetCreatedBy

func (o *TenantInvitationResponse) UnsetCreatedBy()

UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil

GetCreatedAt

func (o *TenantInvitationResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *TenantInvitationResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *TenantInvitationResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *TenantInvitationResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *TenantInvitationResponse) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetModifiedBy

func (o *TenantInvitationResponse) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

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.

SetModifiedBy

func (o *TenantInvitationResponse) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *TenantInvitationResponse) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

SetModifiedByNil

func (o *TenantInvitationResponse) SetModifiedByNil(b bool)

SetModifiedByNil sets the value for ModifiedBy to be an explicit nil

UnsetModifiedBy

func (o *TenantInvitationResponse) UnsetModifiedBy()

UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil

GetModifiedAt

func (o *TenantInvitationResponse) GetModifiedAt() time.Time

GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.

GetModifiedAtOk

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.

SetModifiedAt

func (o *TenantInvitationResponse) SetModifiedAt(v time.Time)

SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt

func (o *TenantInvitationResponse) HasModifiedAt() bool

HasModifiedAt returns a boolean if a field has been set.

SetModifiedAtNil

func (o *TenantInvitationResponse) SetModifiedAtNil(b bool)

SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil

UnsetModifiedAt

func (o *TenantInvitationResponse) UnsetModifiedAt()

UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil

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