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

Workspace

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

Represents a Google Tag Manager Container Workspace.

interface Workspace {
accountId?: string;
containerId?: string;
description?: string;
fingerprint?: string;
name?: string;
path?: string;
tagManagerUrl?: string;
workspaceId?: string;
}

§Properties

§
accountId?: string
[src]

GTM Account ID.

§
containerId?: string
[src]

GTM Container ID.

§
description?: string
[src]

Workspace description. @mutable tagmanager.accounts.containers.workspaces.create @mutable tagmanager.accounts.containers.workspaces.update

§
fingerprint?: string
[src]

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

§
name?: string
[src]

Workspace display name. @mutable tagmanager.accounts.containers.workspaces.create @mutable tagmanager.accounts.containers.workspaces.update

§
path?: string
[src]

GTM Workspace's API relative path.

§
tagManagerUrl?: string
[src]

Auto generated link to the tag manager UI

§
workspaceId?: string
[src]

The Workspace ID uniquely identifies the GTM Workspace.