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

GoogleCloudEssentialcontactsV1ComputeContactsResponse

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

Response message for the ComputeContacts method.

interface GoogleCloudEssentialcontactsV1ComputeContactsResponse {
nextPageToken?: string;
}

§Properties

§

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

§
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.