Transformation
import type { Transformation } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
Represents a Google Tag Manager Transformation.
interface Transformation {
accountId?: string;
containerId?: string;
fingerprint?: string;
name?: string;
notes?: string;
parameter?: Parameter[];
parentFolderId?: string;
path?: string;
tagManagerUrl?: string;
transformationId?: string;
type?: string;
workspaceId?: string;
}