Container
import type { Container } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";Represents a Google Tag Manager Container, which specifies the platform tags will run on, manages workspaces, and retains container versions.
interface Container  {
accountId?: string;
containerId?: string;
domainName?: string[];
features?: ContainerFeatures;
fingerprint?: string;
name?: string;
notes?: string;
path?: string;
publicId?: string;
taggingServerUrls?: string[];
tagIds?: string[];
tagManagerUrl?: string;
usageContext?: 
} | "usageContextUnspecified"
 | "web"
 | "android"
 | "ios"
 | "androidSdk5"
 | "iosSdk5"
 | "amp"
 | "server"[];
§Properties
§
features?: ContainerFeatures
[src]Read-only Container feature set.
§
fingerprint?: string
[src]The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified.