| Name | Type | Description | Notes |
|---|---|---|---|
| Schemas | []string | ||
| TotalResults | float32 | ||
| StartIndex | float32 | ||
| ItemsPerPage | float32 | ||
| Resources | []interface{} |
func NewScimV2SchemasGet200Response(schemas []string, totalResults float32, startIndex float32, itemsPerPage float32, resources []interface{}, ) *ScimV2SchemasGet200Response
NewScimV2SchemasGet200Response instantiates a new ScimV2SchemasGet200Response 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 NewScimV2SchemasGet200ResponseWithDefaults() *ScimV2SchemasGet200Response
NewScimV2SchemasGet200ResponseWithDefaults instantiates a new ScimV2SchemasGet200Response 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 *ScimV2SchemasGet200Response) GetSchemas() []string
GetSchemas returns the Schemas field if non-nil, zero value otherwise.
func (o *ScimV2SchemasGet200Response) 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 *ScimV2SchemasGet200Response) SetSchemas(v []string)
SetSchemas sets Schemas field to given value.
func (o *ScimV2SchemasGet200Response) GetTotalResults() float32
GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.
func (o *ScimV2SchemasGet200Response) GetTotalResultsOk() (*float32, 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 *ScimV2SchemasGet200Response) SetTotalResults(v float32)
SetTotalResults sets TotalResults field to given value.
func (o *ScimV2SchemasGet200Response) GetStartIndex() float32
GetStartIndex returns the StartIndex field if non-nil, zero value otherwise.
func (o *ScimV2SchemasGet200Response) GetStartIndexOk() (*float32, 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 *ScimV2SchemasGet200Response) SetStartIndex(v float32)
SetStartIndex sets StartIndex field to given value.
func (o *ScimV2SchemasGet200Response) GetItemsPerPage() float32
GetItemsPerPage returns the ItemsPerPage field if non-nil, zero value otherwise.
func (o *ScimV2SchemasGet200Response) GetItemsPerPageOk() (*float32, 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 *ScimV2SchemasGet200Response) SetItemsPerPage(v float32)
SetItemsPerPage sets ItemsPerPage field to given value.
func (o *ScimV2SchemasGet200Response) GetResources() []interface{}
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *ScimV2SchemasGet200Response) GetResourcesOk() (*[]interface{}, 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 *ScimV2SchemasGet200Response) SetResources(v []interface{})
SetResources sets Resources field to given value.