Google Cloud Channel V1 Client - Class ListSkuGroupBillableSkusResponse (1.9.3)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ListSkuGroupBillableSkusResponse.

Response message for ListSkuGroupBillableSkus.

Generated from protobuf message google.cloud.channel.v1.ListSkuGroupBillableSkusResponse

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ billable_skus array<Google\Cloud\Channel\V1\BillableSku>

The list of billable SKUs in the requested SKU group.

↳ next_page_token string

A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkus.page_token to obtain that page.

getBillableSkus

The list of billable SKUs in the requested SKU group.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBillableSkus

The list of billable SKUs in the requested SKU group.

Parameter
Name Description
var array<Google\Cloud\Channel\V1\BillableSku>
Returns
Type Description
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroupBillableSkus.page_token to obtain that page.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroupBillableSkus.page_token to obtain that page.

Parameter
Name Description
var string
Returns
Type Description
$this