Cloud Channel v1 API - Class ListCustomersRequest (2.11.0)

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]

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

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
TypeDescription
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
TypeDescription
int

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