Google Cloud Channel V1 Client - Class ListSkuGroupBillableSkusResponse (1.7.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBillableSkus

The list of billable SKUs in the requested SKU group.

Parameter
NameDescription
var array<Google\Cloud\Channel\V1\BillableSku>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroupBillableSkus.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroupBillableSkus.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this