Google Cloud Channel V1 Client - Class ListSkuGroupBillableSkusResponse (2.4.1)

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<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 ListSkuGroupBillableSkusRequest.page_token to obtain that page.

getBillableSkus

The list of billable SKUs in the requested SKU group.

Returns
Type Description
Google\Protobuf\RepeatedField<BillableSku>

setBillableSkus

The list of billable SKUs in the requested SKU group.

Parameter
Name Description
var array<BillableSku>
Returns
Type Description
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroupBillableSkusRequest.page_token to obtain that page.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListSkuGroupBillableSkusRequest.page_token to obtain that page.

Parameter
Name Description
var string
Returns
Type Description
$this