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

AccountsContainersLookupOptions

import type { AccountsContainersLookupOptions } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Additional options for TagManager#accountsContainersLookup.

interface AccountsContainersLookupOptions {
destinationId?: string;
tagId?: string;
}

§Properties

§
destinationId?: string
[src]

Destination ID linked to a GTM Container, e.g. AW-123456789. Only one of destination_id or tag_id should be set.

§
tagId?: string
[src]

Tag ID for a GTM Container, e.g. GTM-123456789. Only one of destination_id or tag_id should be set.