Name | Type | Description | Notes |
---|---|---|---|
Pagination | Pagination | ||
Results | []GoogleWorkspaceProviderGroup |
func NewPaginatedGoogleWorkspaceProviderGroupList(pagination Pagination, results []GoogleWorkspaceProviderGroup, ) *PaginatedGoogleWorkspaceProviderGroupList
NewPaginatedGoogleWorkspaceProviderGroupList instantiates a new PaginatedGoogleWorkspaceProviderGroupList 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 NewPaginatedGoogleWorkspaceProviderGroupListWithDefaults() *PaginatedGoogleWorkspaceProviderGroupList
NewPaginatedGoogleWorkspaceProviderGroupListWithDefaults instantiates a new PaginatedGoogleWorkspaceProviderGroupList 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 *PaginatedGoogleWorkspaceProviderGroupList) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *PaginatedGoogleWorkspaceProviderGroupList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginatedGoogleWorkspaceProviderGroupList) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.
func (o *PaginatedGoogleWorkspaceProviderGroupList) GetResults() []GoogleWorkspaceProviderGroup
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *PaginatedGoogleWorkspaceProviderGroupList) GetResultsOk() (*[]GoogleWorkspaceProviderGroup, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PaginatedGoogleWorkspaceProviderGroupList) SetResults(v []GoogleWorkspaceProviderGroup)
SetResults sets Results field to given value.