Cloud Channel v1 API - Class ListEntitlementsResponse (2.11.0)

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].

Inheritance

object > ListEntitlementsResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListEntitlementsResponse()

public ListEntitlementsResponse()

ListEntitlementsResponse(ListEntitlementsResponse)

public ListEntitlementsResponse(ListEntitlementsResponse other)
Parameter
NameDescription
otherListEntitlementsResponse

Properties

Entitlements

public RepeatedField<Entitlement> Entitlements { get; }

The reseller customer's entitlements.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Entitlement> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorEntitlement