Name | Type | Description | Notes |
---|---|---|---|
Resources | Pointer to []ScimGroup | [optional] | |
ItemsPerPage | Pointer to int32 | [optional] | |
Schemas | Pointer to []string | [optional] | |
TotalResults | Pointer to int32 | [optional] |
func NewGetGroupsResponse() *GetGroupsResponse
NewGetGroupsResponse instantiates a new GetGroupsResponse 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 (o *GetGroupsResponse) GetResources() []ScimGroup
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *GetGroupsResponse) SetResources(v []ScimGroup)
SetResources sets Resources field to given value.
func (o *GetGroupsResponse) GetItemsPerPage() int32
GetItemsPerPage returns the ItemsPerPage field if non-nil, zero value otherwise.
func (o *GetGroupsResponse) SetItemsPerPage(v int32)
SetItemsPerPage sets ItemsPerPage field to given value.
func (o *GetGroupsResponse) GetSchemas() []string
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *GetGroupsResponse) SetSchemas(v []string)
SetSchemas sets Schemas field to given value.
func (o *GetGroupsResponse) GetTotalResults() int32
GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.
func (o *GetGroupsResponse) SetTotalResults(v int32)
SetTotalResults sets TotalResults field to given value.