Google Cloud Channel V1 Client - Class ListPurchasableSkusResponse (1.9.3)

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

Response message for ListPurchasableSkus.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ purchasable_skus array<Google\Cloud\Channel\V1\PurchasableSku>

The list of SKUs requested.

↳ next_page_token string

A token to retrieve the next page of results.

getPurchasableSkus

The list of SKUs requested.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPurchasableSkus

The list of SKUs requested.

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

getNextPageToken

A token to retrieve the next page of results.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this