public sealed class ListEntitlementsRequest : IPageRequest, IMessage<ListEntitlementsRequest>, IEquatable<ListEntitlementsRequest>, IDeepCloneable<ListEntitlementsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListEntitlementsRequest.
Request message for [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements]
Implements
IPageRequest, IMessageListEntitlementsRequest, IEquatableListEntitlementsRequest, IDeepCloneableListEntitlementsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListEntitlementsRequest()
public ListEntitlementsRequest()ListEntitlementsRequest(ListEntitlementsRequest)
public ListEntitlementsRequest(ListEntitlementsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntitlementsRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsCustomerName
public CustomerName ParentAsCustomerName { get; set; }CustomerName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
CustomerName |
|