Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to TenantInvitationStatus | [optional] | |
Page | Pointer to NullableInt32 | [optional] | |
Start | Pointer to NullableString | [optional] | |
Size | Pointer to NullableInt32 | [optional] |
func NewGetTenantInvitations() *GetTenantInvitations
NewGetTenantInvitations instantiates a new GetTenantInvitations 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 NewGetTenantInvitationsWithDefaults() *GetTenantInvitations
NewGetTenantInvitationsWithDefaults instantiates a new GetTenantInvitations 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 *GetTenantInvitations) GetStatus() TenantInvitationStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetTenantInvitations) 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 *GetTenantInvitations) SetStatus(v TenantInvitationStatus)
SetStatus sets Status field to given value.
func (o *GetTenantInvitations) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *GetTenantInvitations) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetTenantInvitations) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTenantInvitations) SetPage(v int32)
SetPage sets Page field to given value.
func (o *GetTenantInvitations) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *GetTenantInvitations) SetPageNil(b bool)
SetPageNil sets the value for Page to be an explicit nil
func (o *GetTenantInvitations) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (o *GetTenantInvitations) GetStart() string
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *GetTenantInvitations) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTenantInvitations) SetStart(v string)
SetStart sets Start field to given value.
func (o *GetTenantInvitations) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *GetTenantInvitations) SetStartNil(b bool)
SetStartNil sets the value for Start to be an explicit nil
func (o *GetTenantInvitations) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
func (o *GetTenantInvitations) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *GetTenantInvitations) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTenantInvitations) SetSize(v int32)
SetSize sets Size field to given value.
func (o *GetTenantInvitations) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *GetTenantInvitations) SetSizeNil(b bool)
SetSizeNil sets the value for Size to be an explicit nil
func (o *GetTenantInvitations) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil