google_api_tag_manager v0.11.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
(type:String.t
, default:nil
) - GTM Account ID.authorizationCode
(type:String.t
, default:nil
) - The environment authorization code.authorizationTimestamp
(type:DateTime.t
, default:nil
) - The last update time-stamp for the authorization code.containerId
(type:String.t
, default:nil
) - GTM Container ID.containerVersionId
(type:String.t
, default:nil
) - Represents a link to a container version.description
(type:String.t
, default:nil
) - The environment description. Can be set or changed only on USER type environments. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.updateenableDebug
(type:boolean()
, default:nil
) - Whether or not to enable debug by default for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.updateenvironmentId
(type:String.t
, default:nil
) - GTM Environment ID uniquely identifies the GTM Environment.fingerprint
(type:String.t
, default:nil
) - The fingerprint of the GTM environment as computed at storage time. This value is recomputed whenever the environment is modified.name
(type:String.t
, default:nil
) - The environment display name. Can be set or changed only on USER type environments. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.updatepath
(type:String.t
, default:nil
) - GTM Environment's API relative path.tagManagerUrl
(type:String.t
, default:nil
) - Auto generated link to the tag manager UItype
(type:String.t
, default:nil
) - The type of this environment.url
(type:String.t
, default:nil
) - Default preview page url for the environment. @mutable tagmanager.accounts.containers.environments.create @mutable tagmanager.accounts.containers.environments.updateworkspaceId
(type:String.t
, default:nil
) - Represents a link to a quick preview of a workspace.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.TagManager.V2.Model.Environment{ accountId: String.t(), authorizationCode: String.t(), authorizationTimestamp: DateTime.t(), containerId: String.t(), containerVersionId: String.t(), description: String.t(), enableDebug: boolean(), environmentId: String.t(), fingerprint: String.t(), name: String.t(), path: String.t(), tagManagerUrl: String.t(), type: String.t(), url: String.t(), workspaceId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.