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