Environment
import type { Environment } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";
Represents a Google Tag Manager Environment. Note that a user can create, delete and update environments of type USER, but can only update the enable_debug and url fields of environments of other types.
interface Environment {
accountId?: string;
authorizationCode?: string;
authorizationTimestamp?: Date;
containerId?: string;
containerVersionId?: string;
description?: string;
enableDebug?: boolean;
environmentId?: string;
fingerprint?: string;
name?: string;
path?: string;
tagManagerUrl?: string;
type?:
| "user"
| "live"
| "latest"
| "workspace";
url?: string;
workspaceId?: string;
}§Properties
§
description?: string
[src]The environment description. Can be set or changed only on USER type environments.
§
fingerprint?: string
[src]The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.