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;
}