Reference documentation and code samples for the Google Cloud Channel V1 Client class ListSkuGroupsResponse.
Response message for ListSkuGroups.
Generated from protobuf message google.cloud.channel.v1.ListSkuGroupsResponse
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sku_groups |
array<Google\Cloud\Channel\V1\SkuGroup>
The list of SKU groups requested. |
↳ next_page_token |
string
A token to retrieve the next page of results. Pass to ListSkuGroups.page_token to obtain that page. |
getSkuGroups
The list of SKU groups requested.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSkuGroups
The list of SKU groups requested.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Channel\V1\SkuGroup>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to retrieve the next page of results.
Pass to ListSkuGroups.page_token to obtain that page.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to retrieve the next page of results.
Pass to ListSkuGroups.page_token to obtain that page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |