Cloud Channel v1 API - Class ListCustomersResponse (2.11.0)

public sealed class ListCustomersResponse : IPageResponse<Customer>, IEnumerable<Customer>, IEnumerable, IMessage<ListCustomersResponse>, IEquatable<ListCustomersResponse>, IDeepCloneable<ListCustomersResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListCustomersResponse.

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

Inheritance

object > ListCustomersResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListCustomersResponse()

public ListCustomersResponse()

ListCustomersResponse(ListCustomersResponse)

public ListCustomersResponse(ListCustomersResponse other)
Parameter
NameDescription
otherListCustomersResponse

Properties

Customers

public RepeatedField<Customer> Customers { get; }

The customers belonging to a reseller or distributor.

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

Methods

GetEnumerator()

public IEnumerator<Customer> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorCustomer