public sealed class ListCustomersRequest : IPageRequest, IMessage<ListCustomersRequest>, IEquatable<ListCustomersRequest>, IDeepCloneable<ListCustomersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListCustomersRequest.
Request message for [CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers]
Implements
IPageRequest, IMessage<ListCustomersRequest>, IEquatable<ListCustomersRequest>, IDeepCloneable<ListCustomersRequest>, IBufferMessage, 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
Filter
public string Filter { get; set; }
Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. A token identifying a page of results other than the first page. Obtained through [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 to list customers from. Parent uses the format: accounts/{account_id}.
Property Value | |
---|---|
Type | Description |
String |