Class GoogleCloudChannelV1ListEntitlementsResponse
Response message for CloudChannelService.ListEntitlements.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ListEntitlementsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entitlements
The reseller customer's entitlements.
Declaration
[JsonProperty("entitlements")]
public virtual IList<GoogleCloudChannelV1Entitlement> Entitlements { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudChannelV1Entitlement> |
NextPageToken
A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |