Reference documentation and code samples for the Google Cloud Channel V1 Client class ListEntitlementsResponse.
Response message for CloudChannelService.ListEntitlements .
Generated from protobuf message google.cloud.channel.v1.ListEntitlementsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ entitlements
↳ next_page_token
string
A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.
getEntitlements
The reseller customer's entitlements.
Generated from protobuf field repeated .google.cloud.channel.v1.Entitlement entitlements = 1;
Google\Protobuf\Internal\RepeatedField
setEntitlements
The reseller customer's entitlements.
Generated from protobuf field repeated .google.cloud.channel.v1.Entitlement entitlements = 1;
$this
getNextPageToken
A token to list the next page of results.
Pass to ListEntitlementsRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
A token to list the next page of results.
Pass to ListEntitlementsRequest.page_token to obtain that page.
Generated from protobuf field string next_page_token = 2;
var
string
$this