Class ListCustomersRequest (1.0.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

Implements

IPageRequest, Google.Protobuf.IMessage<ListCustomersRequest>, IEquatable<ListCustomersRequest>, Google.Protobuf.IDeepCloneable<ListCustomersRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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, at most 10 customers will be returned. The maximum value is 50; values about 50 will be coerced to 50.

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