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

ListDestinationsResponse

import type { ListDestinationsResponse } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
interface ListDestinationsResponse {
destination?: Destination[];
nextPageToken?: string;
}

§Properties

§
destination?: Destination[]
[src]

All Destinations linked to a GTM Container.

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.