google_api_tag_manager v0.0.1 GoogleApi.TagManager.V2.Model.Environment View Source
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.
Attributes
- accountId (String): GTM Account ID. Defaults to:
null. - authorizationCode (String): The environment authorization code. Defaults to:
null. - authorizationTimestamp (Timestamp): The last update time-stamp for the authorization code. Defaults to:
null. - containerId (String): GTM Container ID. Defaults to:
null. - containerVersionId (String): Represents a link to a container version. Defaults to:
null. - description (String): The environment description. Can be set or changed only on USER type environments. Defaults to:
null. - enableDebug (Boolean): Whether or not to enable debug by default for the environment. Defaults to:
null. - environmentId (String): GTM Environment ID uniquely identifies the GTM Environment. Defaults to:
null. - fingerprint (String): The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified. Defaults to:
null. - name (String): The environment display name. Can be set or changed only on USER type environments. Defaults to:
null. - path (String): GTM Environment's API relative path. Defaults to:
null. - tagManagerUrl (String): Auto generated link to the tag manager UI Defaults to:
null. type (String): The type of this environment. Defaults to:
null.- Enum - one of [latest, live, user, workspace]
- url (String): Default preview page url for the environment. Defaults to:
null. - workspaceId (String): Represents a link to a quick preview of a workspace. Defaults to:
null.