Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.99 KB

GetGroupsResponse.md

File metadata and controls

74 lines (40 loc) · 1.99 KB

GetGroupsResponse

Properties

Name Type Description Notes
Resources Pointer to []ScimGroup [optional]
ItemsPerPage Pointer to int32 [optional]
Schemas Pointer to []string [optional]
TotalResults Pointer to int32 [optional]

Methods

NewGetGroupsResponse

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.

GetResources

func (o *GetGroupsResponse) GetResources() []ScimGroup

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

SetResources

func (o *GetGroupsResponse) SetResources(v []ScimGroup)

SetResources sets Resources field to given value.

GetItemsPerPage

func (o *GetGroupsResponse) GetItemsPerPage() int32

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

SetItemsPerPage

func (o *GetGroupsResponse) SetItemsPerPage(v int32)

SetItemsPerPage sets ItemsPerPage field to given value.

GetSchemas

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

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

SetSchemas

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

SetSchemas sets Schemas field to given value.

GetTotalResults

func (o *GetGroupsResponse) GetTotalResults() int32

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

SetTotalResults

func (o *GetGroupsResponse) SetTotalResults(v int32)

SetTotalResults sets TotalResults field to given value.

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