Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudEssentialcontactsV1ListContactsResponse

import type { GoogleCloudEssentialcontactsV1ListContactsResponse } from "https://googleapis.deno.dev/v1/essentialcontacts:v1.ts";

Response message for the ListContacts method.

interface GoogleCloudEssentialcontactsV1ListContactsResponse {
nextPageToken?: string;
}

§Properties

§

The contacts for the specified resource.

§
nextPageToken?: string
[src]

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.