Reference documentation and code samples for the Google Cloud Channel V1 Client class ListSkusResponse.
Response message for ListSkus.
Generated from protobuf message google.cloud.channel.v1.ListSkusResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ skus
↳ next_page_token
string
A token to retrieve the next page of results.
getSkus
The list of SKUs requested.
Generated from protobuf field repeated .google.cloud.channel.v1.Sku skus = 1;
Google\Protobuf\Internal\RepeatedField
setSkus
The list of SKUs requested.
Generated from protobuf field repeated .google.cloud.channel.v1.Sku skus = 1;
$this
getNextPageToken
A token to retrieve the next page of results.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
A token to retrieve the next page of results.
Generated from protobuf field string next_page_token = 2;
var
string
$this