Name | Type | Description | Notes |
---|---|---|---|
TotalResults | Pointer to int32 | [optional] | |
ItemsPerPage | Pointer to int32 | [optional] | |
StartIndex | Pointer to int32 | [optional] | |
Schemas | Pointer to []string | [optional] | |
Resources | Pointer to []ScimUser | [optional] |
func NewScimUserList() *ScimUserList
NewScimUserList instantiates a new ScimUserList 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 NewScimUserListWithDefaults() *ScimUserList
NewScimUserListWithDefaults instantiates a new ScimUserList 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 *ScimUserList) GetTotalResults() int32
GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.
func (o *ScimUserList) GetTotalResultsOk() (*int32, bool)
GetTotalResultsOk returns a tuple with the TotalResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimUserList) SetTotalResults(v int32)
SetTotalResults sets TotalResults field to given value.
func (o *ScimUserList) HasTotalResults() bool
HasTotalResults returns a boolean if a field has been set.
func (o *ScimUserList) GetItemsPerPage() int32
GetItemsPerPage returns the ItemsPerPage field if non-nil, zero value otherwise.
func (o *ScimUserList) GetItemsPerPageOk() (*int32, bool)
GetItemsPerPageOk returns a tuple with the ItemsPerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimUserList) SetItemsPerPage(v int32)
SetItemsPerPage sets ItemsPerPage field to given value.
func (o *ScimUserList) HasItemsPerPage() bool
HasItemsPerPage returns a boolean if a field has been set.
func (o *ScimUserList) GetStartIndex() int32
GetStartIndex returns the StartIndex field if non-nil, zero value otherwise.
func (o *ScimUserList) GetStartIndexOk() (*int32, bool)
GetStartIndexOk returns a tuple with the StartIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimUserList) SetStartIndex(v int32)
SetStartIndex sets StartIndex field to given value.
func (o *ScimUserList) HasStartIndex() bool
HasStartIndex returns a boolean if a field has been set.
func (o *ScimUserList) GetSchemas() []string
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *ScimUserList) GetSchemasOk() (*[]string, bool)
GetSchemasOk returns a tuple with the Schemas field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimUserList) SetSchemas(v []string)
SetSchemas sets Schemas field to given value.
func (o *ScimUserList) HasSchemas() bool
HasSchemas returns a boolean if a field has been set.
func (o *ScimUserList) GetResources() []ScimUser
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *ScimUserList) GetResourcesOk() (*[]ScimUser, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimUserList) SetResources(v []ScimUser)
SetResources sets Resources field to given value.
func (o *ScimUserList) HasResources() bool
HasResources returns a boolean if a field has been set.