Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.04 KB

File metadata and controls

135 lines (72 loc) · 4.04 KB

ScimV2SchemasGet200Response

Properties

Name Type Description Notes
Schemas []string
TotalResults float32
StartIndex float32
ItemsPerPage float32
Resources []interface{}

Methods

NewScimV2SchemasGet200Response

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

NewScimV2SchemasGet200ResponseWithDefaults

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

GetSchemas

func (o *ScimV2SchemasGet200Response) GetSchemas() []string

GetSchemas returns the Schemas field if non-nil, zero value otherwise.

GetSchemasOk

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.

SetSchemas

func (o *ScimV2SchemasGet200Response) SetSchemas(v []string)

SetSchemas sets Schemas field to given value.

GetTotalResults

func (o *ScimV2SchemasGet200Response) GetTotalResults() float32

GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.

GetTotalResultsOk

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.

SetTotalResults

func (o *ScimV2SchemasGet200Response) SetTotalResults(v float32)

SetTotalResults sets TotalResults field to given value.

GetStartIndex

func (o *ScimV2SchemasGet200Response) GetStartIndex() float32

GetStartIndex returns the StartIndex field if non-nil, zero value otherwise.

GetStartIndexOk

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.

SetStartIndex

func (o *ScimV2SchemasGet200Response) SetStartIndex(v float32)

SetStartIndex sets StartIndex field to given value.

GetItemsPerPage

func (o *ScimV2SchemasGet200Response) GetItemsPerPage() float32

GetItemsPerPage returns the ItemsPerPage field if non-nil, zero value otherwise.

GetItemsPerPageOk

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.

SetItemsPerPage

func (o *ScimV2SchemasGet200Response) SetItemsPerPage(v float32)

SetItemsPerPage sets ItemsPerPage field to given value.

GetResources

func (o *ScimV2SchemasGet200Response) GetResources() []interface{}

GetResources returns the Resources field if non-nil, zero value otherwise.

GetResourcesOk

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.

SetResources

func (o *ScimV2SchemasGet200Response) SetResources(v []interface{})

SetResources sets Resources field to given value.

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