public sealed class ComputeContactsResponse : IPageResponse<Contact>, IEnumerable<Contact>, IEnumerable, IMessage<ComputeContactsResponse>, IEquatable<ComputeContactsResponse>, IDeepCloneable<ComputeContactsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Essential Contacts v1 API class ComputeContactsResponse.
Response message for the ComputeContacts method.
Implements
IPageResponseContact, IEnumerableContact, IEnumerable, IMessageComputeContactsResponse, IEquatableComputeContactsResponse, IDeepCloneableComputeContactsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.EssentialContacts.V1Assembly
Google.Cloud.EssentialContacts.V1.dll
Constructors
ComputeContactsResponse()
public ComputeContactsResponse()
ComputeContactsResponse(ComputeContactsResponse)
public ComputeContactsResponse(ComputeContactsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ComputeContactsResponse |
Properties
Contacts
public RepeatedField<Contact> Contacts { get; }
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Contact> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorContact |