Reference documentation and code samples for the Google Cloud Channel V1 Client class ListEntitlementChangesResponse.
Response message for CloudChannelService.ListEntitlementChanges
Generated from protobuf message google.cloud.channel.v1.ListEntitlementChangesResponse
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entitlement_changes |
array<EntitlementChange>
The list of entitlement changes. |
↳ next_page_token |
string
A token to list the next page of results. |
getEntitlementChanges
The list of entitlement changes.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setEntitlementChanges
The list of entitlement changes.
| Parameter | |
|---|---|
| Name | Description |
var |
array<EntitlementChange>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to list the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to list the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|