public sealed class ListEntitlementsResponse : IPageResponse<Entitlement>, IEnumerable<Entitlement>, IEnumerable, IMessage<ListEntitlementsResponse>, IEquatable<ListEntitlementsResponse>, IDeepCloneable<ListEntitlementsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListEntitlementsResponse.
Response message for [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements].
Implements
IPageResponseEntitlement, IEnumerableEntitlement, IEnumerable, IMessageListEntitlementsResponse, IEquatableListEntitlementsResponse, IDeepCloneableListEntitlementsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListEntitlementsResponse()
public ListEntitlementsResponse()ListEntitlementsResponse(ListEntitlementsResponse)
public ListEntitlementsResponse(ListEntitlementsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntitlementsResponse |
Properties
Entitlements
public RepeatedField<Entitlement> Entitlements { get; }The reseller customer's entitlements.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEntitlement |
|
NextPageToken
public string NextPageToken { get; set; }A token to list the next page of results. Pass to [ListEntitlementsRequest.page_token][google.cloud.channel.v1.ListEntitlementsRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Entitlement> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEntitlement |
|