Client
import type { Client } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
interface Client {
accountId?: string;
clientId?: string;
containerId?: string;
fingerprint?: string;
name?: string;
notes?: string;
parameter?: Parameter[];
parentFolderId?: string;
path?: string;
priority?: number;
tagManagerUrl?: string;
type?: string;
workspaceId?: string;
}