google_api_tag_manager v0.1.0 GoogleApi.TagManager.V2.Model.ContainerVersion View Source
Represents a Google Tag Manager Container Version.
Attributes
- accountId (String.t): GTM Account ID. Defaults to:
null
. - builtInVariable ([BuiltInVariable]): The built-in variables in the container that this version was taken from. Defaults to:
null
. - container (Container): The container that this version was taken from. Defaults to:
null
. - containerId (String.t): GTM Container ID. Defaults to:
null
. - containerVersionId (String.t): The Container Version ID uniquely identifies the GTM Container Version. Defaults to:
null
. - deleted (boolean()): A value of true indicates this container version has been deleted. Defaults to:
null
. - description (String.t): Container version description. Defaults to:
null
. - fingerprint (String.t): The fingerprint of the GTM Container Version as computed at storage time. This value is recomputed whenever the container version is modified. Defaults to:
null
. - folder ([Folder]): The folders in the container that this version was taken from. Defaults to:
null
. - name (String.t): Container version display name. Defaults to:
null
. - path (String.t): GTM ContainerVersions's API relative path. Defaults to:
null
. - tag ([Tag]): The tags in the container that this version was taken from. Defaults to:
null
. - tagManagerUrl (String.t): Auto generated link to the tag manager UI Defaults to:
null
. - trigger ([Trigger]): The triggers in the container that this version was taken from. Defaults to:
null
. - variable ([Variable]): The variables in the container that this version was taken from. Defaults to:
null
. - zone ([Zone]): The zones in the container that this version was taken from. Defaults to:
null
.
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 Source
t() :: %GoogleApi.TagManager.V2.Model.ContainerVersion{ accountId: any(), builtInVariable: [GoogleApi.TagManager.V2.Model.BuiltInVariable.t()], container: GoogleApi.TagManager.V2.Model.Container.t(), containerId: any(), containerVersionId: any(), deleted: any(), description: any(), fingerprint: any(), folder: [GoogleApi.TagManager.V2.Model.Folder.t()], name: any(), path: any(), tag: [GoogleApi.TagManager.V2.Model.Tag.t()], tagManagerUrl: any(), trigger: [GoogleApi.TagManager.V2.Model.Trigger.t()], variable: [GoogleApi.TagManager.V2.Model.Variable.t()], zone: [GoogleApi.TagManager.V2.Model.Zone.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.