Cloud Controls Partner v1beta API - Class ListCustomersResponse (1.0.0-beta02)

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 Controls Partner v1beta API class ListCustomersResponse.

Response message for list customer Customers requests

Inheritance

object > ListCustomersResponse

Namespace

Google.Cloud.CloudControlsPartner.V1Beta

Assembly

Google.Cloud.CloudControlsPartner.V1Beta.dll

Constructors

ListCustomersResponse()

public ListCustomersResponse()

ListCustomersResponse(ListCustomersResponse)

public ListCustomersResponse(ListCustomersResponse other)
Parameter
Name Description
other ListCustomersResponse

Properties

Customers

public RepeatedField<Customer> Customers { get; }

List of customers

Property Value
Type Description
RepeatedFieldCustomer

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Customer> GetEnumerator()

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

Returns
Type Description
IEnumeratorCustomer