public sealed class ListCustomersRequest : IPageRequest, IMessage<ListCustomersRequest>, IEquatable<ListCustomersRequest>, IDeepCloneable<ListCustomersRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers]
Implements
IPageRequest, Google.Protobuf.IMessage<ListCustomersRequest>, IEquatable<ListCustomersRequest>, Google.Protobuf.IDeepCloneable<ListCustomersRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListCustomersRequest()
public ListCustomersRequest()
ListCustomersRequest(ListCustomersRequest)
public ListCustomersRequest(ListCustomersRequest other)
Parameter | |
---|---|
Name | Description |
other | ListCustomersRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned. The maximum value is 50; values about 50 will be coerced to 50.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results, if other than the first one. Typically obtained via [ListCustomersResponse.next_page_token][google.cloud.channel.v1.ListCustomersResponse.next_page_token] of the previous [CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers] call.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the reseller account from which to list customers. The parent takes the format: accounts/{account_id}.
Property Value | |
---|---|
Type | Description |
String |