Cloud Channel v1 API - Class ListEntitlementsRequest (2.10.0)

public sealed class ListEntitlementsRequest : IPageRequest, IMessage<ListEntitlementsRequest>, IEquatable<ListEntitlementsRequest>, IDeepCloneable<ListEntitlementsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListEntitlementsRequest.

Request message for [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements]

Inheritance

object > ListEntitlementsRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListEntitlementsRequest()

public ListEntitlementsRequest()

ListEntitlementsRequest(ListEntitlementsRequest)

public ListEntitlementsRequest(ListEntitlementsRequest other)
Parameter
NameDescription
otherListEntitlementsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server might return fewer results than requested. If unspecified, return at most 50 entitlements. The maximum value is 100; the server will coerce values above 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A token for a page of results other than the first page. Obtained using [ListEntitlementsResponse.next_page_token][google.cloud.channel.v1.ListEntitlementsResponse.next_page_token] of the previous [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements] call.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the reseller's customer account to list entitlements for. Parent uses the format: accounts/{account_id}/customers/{customer_id}

Property Value
TypeDescription
string

ParentAsCustomerName

public CustomerName ParentAsCustomerName { get; set; }

CustomerName-typed view over the Parent resource name property.

Property Value
TypeDescription
CustomerName