Essential Contacts v1 API - Class ListContactsResponse (2.4.0)

public sealed class ListContactsResponse : IPageResponse<Contact>, IEnumerable<Contact>, IEnumerable, IMessage<ListContactsResponse>, IEquatable<ListContactsResponse>, IDeepCloneable<ListContactsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Essential Contacts v1 API class ListContactsResponse.

Response message for the ListContacts method.

Inheritance

object > ListContactsResponse

Namespace

Google.Cloud.EssentialContacts.V1

Assembly

Google.Cloud.EssentialContacts.V1.dll

Constructors

ListContactsResponse()

public ListContactsResponse()

ListContactsResponse(ListContactsResponse)

public ListContactsResponse(ListContactsResponse other)
Parameter
NameDescription
otherListContactsResponse

Properties

Contacts

public RepeatedField<Contact> Contacts { get; }

The contacts for the specified resource.

Property Value
TypeDescription
RepeatedFieldContact

NextPageToken

public string NextPageToken { get; set; }

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token and the rest of the parameters the same as the original request.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Contact> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorContact