public sealed class ListEntitlementsResponse : IPageResponse<Entitlement>, IEnumerable<Entitlement>, IEnumerable, IMessage<ListEntitlementsResponse>, IEquatable<ListEntitlementsResponse>, IDeepCloneable<ListEntitlementsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListEntitlementsResponse.
Response message for [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements].
Implements
IPageResponse<Entitlement>, IEnumerable<Entitlement>, IEnumerable, IMessage<ListEntitlementsResponse>, IEquatable<ListEntitlementsResponse>, IDeepCloneable<ListEntitlementsResponse>, 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 |
RepeatedField<Entitlement> |
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 |
IEnumerator<Entitlement> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |