Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 4.39 KB

GetTenantMembers.md

File metadata and controls

174 lines (97 loc) · 4.39 KB

GetTenantMembers

Properties

Name Type Description Notes
UserId Pointer to []string [optional]
Page Pointer to NullableInt32 [optional]
Start Pointer to NullableString [optional]
Size Pointer to NullableInt32 [optional]

Methods

NewGetTenantMembers

func NewGetTenantMembers() *GetTenantMembers

NewGetTenantMembers instantiates a new GetTenantMembers 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

NewGetTenantMembersWithDefaults

func NewGetTenantMembersWithDefaults() *GetTenantMembers

NewGetTenantMembersWithDefaults instantiates a new GetTenantMembers 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

GetUserId

func (o *GetTenantMembers) GetUserId() []string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *GetTenantMembers) GetUserIdOk() (*[]string, bool)

GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserId

func (o *GetTenantMembers) SetUserId(v []string)

SetUserId sets UserId field to given value.

HasUserId

func (o *GetTenantMembers) HasUserId() bool

HasUserId returns a boolean if a field has been set.

SetUserIdNil

func (o *GetTenantMembers) SetUserIdNil(b bool)

SetUserIdNil sets the value for UserId to be an explicit nil

UnsetUserId

func (o *GetTenantMembers) UnsetUserId()

UnsetUserId ensures that no value is present for UserId, not even an explicit nil

GetPage

func (o *GetTenantMembers) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *GetTenantMembers) 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.

SetPage

func (o *GetTenantMembers) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *GetTenantMembers) HasPage() bool

HasPage returns a boolean if a field has been set.

SetPageNil

func (o *GetTenantMembers) SetPageNil(b bool)

SetPageNil sets the value for Page to be an explicit nil

UnsetPage

func (o *GetTenantMembers) UnsetPage()

UnsetPage ensures that no value is present for Page, not even an explicit nil

GetStart

func (o *GetTenantMembers) GetStart() string

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *GetTenantMembers) 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.

SetStart

func (o *GetTenantMembers) SetStart(v string)

SetStart sets Start field to given value.

HasStart

func (o *GetTenantMembers) HasStart() bool

HasStart returns a boolean if a field has been set.

SetStartNil

func (o *GetTenantMembers) SetStartNil(b bool)

SetStartNil sets the value for Start to be an explicit nil

UnsetStart

func (o *GetTenantMembers) UnsetStart()

UnsetStart ensures that no value is present for Start, not even an explicit nil

GetSize

func (o *GetTenantMembers) GetSize() int32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *GetTenantMembers) 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.

SetSize

func (o *GetTenantMembers) SetSize(v int32)

SetSize sets Size field to given value.

HasSize

func (o *GetTenantMembers) HasSize() bool

HasSize returns a boolean if a field has been set.

SetSizeNil

func (o *GetTenantMembers) SetSizeNil(b bool)

SetSizeNil sets the value for Size to be an explicit nil

UnsetSize

func (o *GetTenantMembers) UnsetSize()

UnsetSize ensures that no value is present for Size, not even an explicit nil

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