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

Folder

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

Represents a Google Tag Manager Folder.

interface Folder {
accountId?: string;
containerId?: string;
fingerprint?: string;
folderId?: string;
name?: string;
notes?: string;
path?: string;
tagManagerUrl?: string;
workspaceId?: string;
}

§Properties

§
accountId?: string
[src]

GTM Account ID.

§
containerId?: string
[src]

GTM Container ID.

§
fingerprint?: string
[src]

The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified.

§
folderId?: string
[src]

The Folder ID uniquely identifies the GTM Folder.

§
name?: string
[src]

Folder display name. @mutable tagmanager.accounts.containers.workspaces.folders.create @mutable tagmanager.accounts.containers.workspaces.folders.update

§
notes?: string
[src]

User notes on how to apply this folder in the container. @mutable tagmanager.accounts.containers.workspaces.folders.create @mutable tagmanager.accounts.containers.workspaces.folders.update

§
path?: string
[src]

GTM Folder's API relative path.

§
tagManagerUrl?: string
[src]

Auto generated link to the tag manager UI

§
workspaceId?: string
[src]

GTM Workspace ID.