google_api_tag_manager v0.8.0 GoogleApi.TagManager.V2.Model.ContainerVersionHeader View Source
Represents a Google Tag Manager Container Version Header.
Attributes
accountId
(type:String.t
, default:nil
) - GTM Account ID.containerId
(type:String.t
, default:nil
) - GTM Container ID.containerVersionId
(type:String.t
, default:nil
) - The Container Version ID uniquely identifies the GTM Container Version.deleted
(type:boolean()
, default:nil
) - A value of true indicates this container version has been deleted.name
(type:String.t
, default:nil
) - Container version display name.numCustomTemplates
(type:String.t
, default:nil
) - Number of custom templates in the container version.numMacros
(type:String.t
, default:nil
) - Number of macros in the container version.numRules
(type:String.t
, default:nil
) - Number of rules in the container version.numTags
(type:String.t
, default:nil
) - Number of tags in the container version.numTriggers
(type:String.t
, default:nil
) - Number of triggers in the container version.numVariables
(type:String.t
, default:nil
) - Number of variables in the container version.numZones
(type:String.t
, default:nil
) - Number of zones in the container version.path
(type:String.t
, default:nil
) - GTM Container Versions's API relative path.
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.ContainerVersionHeader{ accountId: String.t(), containerId: String.t(), containerVersionId: String.t(), deleted: boolean(), name: String.t(), numCustomTemplates: String.t(), numMacros: String.t(), numRules: String.t(), numTags: String.t(), numTriggers: String.t(), numVariables: String.t(), numZones: String.t(), path: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.