Class GoogleCloudEssentialcontactsV1ListContactsResponse
Response message for the ListContacts method.
Implements
Inherited Members
Namespace: Google.Apis.Essentialcontacts.v1.Data
Assembly: Google.Apis.Essentialcontacts.v1.dll
Syntax
public class GoogleCloudEssentialcontactsV1ListContactsResponse : IDirectResponseSchema
Properties
Contacts
The contacts for the specified resource.
Declaration
[JsonProperty("contacts")]
public virtual IList<GoogleCloudEssentialcontactsV1Contact> Contacts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudEssentialcontactsV1Contact> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
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.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |