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