public sealed class ListCustomersResponse : IPageResponse<Customer>, IEnumerable<Customer>, IEnumerable, IMessage<ListCustomersResponse>, IEquatable<ListCustomersResponse>, IDeepCloneable<ListCustomersResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListCustomersResponse.
Response message for [CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers].
Implements
IPageResponseCustomer, IEnumerableCustomer, IEnumerable, IMessageListCustomersResponse, IEquatableListCustomersResponse, IDeepCloneableListCustomersResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListCustomersResponse()
public ListCustomersResponse()ListCustomersResponse(ListCustomersResponse)
public ListCustomersResponse(ListCustomersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCustomersResponse |
Properties
Customers
public RepeatedField<Customer> Customers { get; }The customers belonging to a reseller or distributor.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCustomer |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. Pass to [ListCustomersRequest.page_token][google.cloud.channel.v1.ListCustomersRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Customer> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCustomer |
|