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

ListGtagConfigResponse

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

§Properties

§
gtagConfig?: GtagConfig[]
[src]

All Google tag configs in a Container.

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.