Class ListCustomersRequest (1.5.0)

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

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

Inheritance

Object > ListCustomersRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListCustomersRequest()

public ListCustomersRequest()

ListCustomersRequest(ListCustomersRequest)

public ListCustomersRequest(ListCustomersRequest other)
Parameter
NameDescription
otherListCustomersRequest

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, returns at most 10 customers. The maximum value is 50.

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