Class GoogleCloudChannelV1ListEntitlementChangesResponse
Response message for CloudChannelService.ListEntitlementChanges
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ListEntitlementChangesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntitlementChanges
The list of entitlement changes.
Declaration
[JsonProperty("entitlementChanges")]
public virtual IList<GoogleCloudChannelV1EntitlementChange> EntitlementChanges { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudChannelV1EntitlementChange> |
NextPageToken
A token to list the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |