blob: f7fc30e4aab7236566456a963ffdd3ee1b86aed0 [file] [log] [blame]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="tagmanager_v2.html">Tag Manager API</a> . <a href="tagmanager_v2.accounts.html">accounts</a> . <a href="tagmanager_v2.accounts.containers.html">containers</a> . <a href="tagmanager_v2.accounts.containers.versions.html">versions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#delete">delete(path, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a Container Version.</p>
<p class="toc_element">
<code><a href="#get">get(path, containerVersionId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a Container Version.</p>
<p class="toc_element">
<code><a href="#live">live(parent, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the live (i.e. published) container version</p>
<p class="toc_element">
<code><a href="#publish">publish(path, fingerprint=None, x__xgafv=None)</a></code></p>
<p class="firstline">Publishes a Container Version.</p>
<p class="toc_element">
<code><a href="#set_latest">set_latest(path, x__xgafv=None)</a></code></p>
<p class="firstline">Sets the latest version used for synchronization of workspaces when</p>
<p class="toc_element">
<code><a href="#undelete">undelete(path, x__xgafv=None)</a></code></p>
<p class="firstline">Undeletes a Container Version.</p>
<p class="toc_element">
<code><a href="#update">update(path, body=None, fingerprint=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a Container Version.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="delete">delete(path, x__xgafv=None)</code>
<pre>Deletes a Container Version.
Args:
path: string, GTM ContainerVersion&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/versions/{version_id} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
</pre>
</div>
<div class="method">
<code class="details" id="get">get(path, containerVersionId=None, x__xgafv=None)</code>
<pre>Gets a Container Version.
Args:
path: string, GTM ContainerVersion&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/versions/{version_id} (required)
containerVersionId: string, The GTM ContainerVersion ID. Specify &lt;code&gt;published&lt;/code&gt; to retrieve
the currently published version.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Represents a Google Tag Manager Container Version.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;container&quot;: { # Represents a Google Tag Manager Container, which specifies the platform tags # The container that this version was taken from.
# will run on, manages workspaces, and retains container versions.
&quot;usageContext&quot;: [ # List of Usage Contexts for the Container. Valid values include: &lt;code&gt;web,
# android, or ios&lt;/code&gt;.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container as computed at storage time. This
# value is recomputed whenever the account is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # The Container ID uniquely identifies the GTM Container.
&quot;domainName&quot;: [ # List of domain names associated with the Container.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # GTM Container&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Container display name.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;notes&quot;: &quot;A String&quot;, # Container Notes.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;publicId&quot;: &quot;A String&quot;, # Container Public ID.
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tag&quot;: [ # The tags in the container that this version was taken from.
{ # Represents a Google Tag Manager Tag.
&quot;name&quot;: &quot;A String&quot;, # Tag display name.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;path&quot;: &quot;A String&quot;, # GTM Tag&#x27;s API relative path.
&quot;parameter&quot;: [ # The tag&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this tag in the container.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tagId&quot;: &quot;A String&quot;, # The Tag ID uniquely identifies the GTM Tag.
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;liveOnly&quot;: True or False, # If set to true, this tag will only fire in the live environment (e.g. not
# in preview or debug mode).
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;setupTag&quot;: [ # The list of setup tags. Currently we only allow one.
{ # Represents a reference to atag that fires before another tag in order to
# set up dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the setup tag.
&quot;stopOnSetupFailure&quot;: True or False, # If true, fire the main tag if and only if the setup tag fires
# successfully.
# If false, fire the main tag regardless of setup tag firing status.
},
],
&quot;monitoringMetadata&quot;: { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data
# for tag monitoring.
# Notes:&lt;ul&gt;
# &lt;li&gt;This parameter must be type &lt;code&gt;MAP&lt;/code&gt;.&lt;/li&gt;
# &lt;li&gt;Each parameter in the map are type &lt;code&gt;TEMPLATE&lt;/code&gt;, however
# cannot contain variable references.&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time.
# This value is recomputed whenever the tag is modified.
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the
# tag will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;teardownTag&quot;: [ # The list of teardown tags. Currently we only allow one.
{ # Represents a tag that fires after another tag in order to tear down
# dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the teardown tag.
&quot;stopTeardownOnFailure&quot;: True or False, # If true, fire the teardown tag if and only if the main tag fires
# successfully.
# If false, fire the teardown tag regardless of main tag firing status.
},
],
&quot;type&quot;: &quot;A String&quot;, # GTM Tag Type.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;firingTriggerId&quot;: [ # Firing trigger IDs. A tag will fire when any of the listed triggers are
# true and all of its &lt;code&gt;blockingTriggerIds&lt;/code&gt; (if any specified) are
# false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;paused&quot;: True or False, # Indicates whether the tag is paused, which prevents the tag from firing.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;monitoringMetadataTagNameKey&quot;: &quot;A String&quot;, # If non-empty, then the tag display name will be included in the monitoring
# metadata map using the key specified.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;firingRuleId&quot;: [ # Firing rule IDs. A tag will fire when any of the listed rules are true and
# all of its &lt;code&gt;blockingRuleIds&lt;/code&gt; (if any specified) are false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;blockingRuleId&quot;: [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag
# will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;priority&quot;: { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in
# order of priority. Tags with higher numeric value fire first. A tag&#x27;s
# priority can be a positive or negative value. The default value is 0.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;tagFiringOption&quot;: &quot;A String&quot;, # Option to fire this tag.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;deleted&quot;: True or False, # A value of true indicates this container version has been deleted.
&quot;description&quot;: &quot;A String&quot;, # Container version description.
# @mutable tagmanager.accounts.containers.versions.update
&quot;builtInVariable&quot;: [ # The built-in variables in the container that this version was taken from.
{ # Built-in variables are a special category of variables that are pre-created
# and non-customizable. They provide common functionality like accessing
# propeties of the gtm data layer, monitoring clicks, or accessing elements
# of a page URL.
&quot;path&quot;: &quot;A String&quot;, # GTM BuiltInVariable&#x27;s API relative path.
&quot;type&quot;: &quot;A String&quot;, # Type of built-in variable.
# @required.tagmanager.accounts.containers.workspaces.built_in_variable.update
# @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update
&quot;name&quot;: &quot;A String&quot;, # Name of the built-in variable to be used to refer to the built-in variable.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;customTemplate&quot;: [ # The custom templates in the container that this version was taken from.
{ # Represents a Google Tag Manager Custom Template&#x27;s contents.
&quot;galleryReference&quot;: { # Represents the link between a custom template and an entry on the Community # A reference to the Community Template Gallery entry.
# Template Gallery site.
&quot;version&quot;: &quot;A String&quot;, # The version of the community gallery template.
&quot;signature&quot;: &quot;A String&quot;, # The signature of the community gallery template as computed at import time.
# This value is recomputed whenever the template is updated from the gallery.
&quot;repository&quot;: &quot;A String&quot;, # The name of the repository for the community gallery template.
&quot;host&quot;: &quot;A String&quot;, # The name of the host for the community gallery template.
&quot;isModified&quot;: True or False, # If a user has manually edited the community gallery template.
&quot;owner&quot;: &quot;A String&quot;, # The name of the owner for the community gallery template.
},
&quot;path&quot;: &quot;A String&quot;, # GTM Custom Template&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Custom Template display name.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;templateData&quot;: &quot;A String&quot;, # The custom template in text format.
&quot;templateId&quot;: &quot;A String&quot;, # The Custom Template ID uniquely identifies the GTM custom template.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Custom Template as computed at storage time.
# This value is recomputed whenever the template is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
},
],
&quot;variable&quot;: [ # The variables in the container that this version was taken from.
{ # Represents a Google Tag Manager Variable.
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;type&quot;: &quot;A String&quot;, # GTM Variable Type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Variable display name.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;path&quot;: &quot;A String&quot;, # GTM Variable&#x27;s API relative path.
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Variable as computed at storage time.
# This value is recomputed whenever the variable is modified.
&quot;formatValue&quot;: { # Option to convert a variable value to other value.
&quot;convertTrueToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is true.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;caseConversionType&quot;: &quot;A String&quot;, # The option to convert a string-type variable value to either lowercase or
# uppercase.
&quot;convertFalseToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is false.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertNullToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is null.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertUndefinedToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is undefined.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
&quot;variableId&quot;: &quot;A String&quot;, # The Variable ID uniquely identifies the GTM Variable.
&quot;disablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for disabling conditional
# variables; the variable is enabled if one of the enabling trigger is true
# while all the disabling trigger are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this variable in the container.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;parameter&quot;: [ # The variable&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;enablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for enabling conditional
# variables; the variable is enabled if one of the enabling triggers is true
# while all the disabling triggers are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container Version as computed at
# storage time. This value is recomputed whenever the container version is
# modified.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;name&quot;: &quot;A String&quot;, # Container version display name.
# @mutable tagmanager.accounts.containers.versions.update
&quot;client&quot;: [ # The clients in the container that this version was taken from.
{
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Client as computed at storage time.
# This value is recomputed whenever the client is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;priority&quot;: 42, # Priority determines relative firing order.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;path&quot;: &quot;A String&quot;, # GTM client&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;type&quot;: &quot;A String&quot;, # Client type.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;parameter&quot;: [ # The client&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;clientId&quot;: &quot;A String&quot;, # The Client ID uniquely identifies the GTM client.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Client display name.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;folder&quot;: [ # The folders in the container that this version was taken from.
{ # Represents a Google Tag Manager Folder.
&quot;path&quot;: &quot;A String&quot;, # GTM Folder&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;name&quot;: &quot;A String&quot;, # Folder display name.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this folder in the container.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;folderId&quot;: &quot;A String&quot;, # The Folder ID uniquely identifies the GTM Folder.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Folder as computed at storage time.
# This value is recomputed whenever the folder is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;path&quot;: &quot;A String&quot;, # GTM ContainerVersions&#x27;s API relative path.
&quot;zone&quot;: [ # The zones in the container that this version was taken from.
{ # Represents a Google Tag Manager Zone&#x27;s contents.
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this zone in the container.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;zoneId&quot;: &quot;A String&quot;, # The Zone ID uniquely identifies the GTM Zone.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Zone as computed at storage time.
# This value is recomputed whenever the zone is modified.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;childContainer&quot;: [ # Containers that are children of this Zone.
{ # Represents a child container of a Zone.
&quot;nickname&quot;: &quot;A String&quot;, # The zone&#x27;s nickname for the child container.
&quot;publicId&quot;: &quot;A String&quot;, # The child container&#x27;s public id.
},
],
&quot;typeRestriction&quot;: { # Represents a Zone&#x27;s type restrictions. # This Zone&#x27;s type restrictions.
&quot;enable&quot;: True or False, # True if type restrictions have been enabled for this Zone.
&quot;whitelistedTypeId&quot;: [ # List of type public ids that have been whitelisted for use in this Zone.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # Zone display name.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;path&quot;: &quot;A String&quot;, # GTM Zone&#x27;s API relative path.
&quot;boundary&quot;: { # Represents a Zone&#x27;s boundaries. # This Zone&#x27;s boundary.
&quot;condition&quot;: [ # The conditions that, when conjoined, make up the boundary.
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;customEvaluationTriggerId&quot;: [ # Custom evaluation trigger IDs. A zone will evaluate its boundary
# conditions when any of the listed triggers are true.
&quot;A String&quot;,
],
},
},
],
&quot;containerVersionId&quot;: &quot;A String&quot;, # The Container Version ID uniquely identifies the GTM Container Version.
&quot;trigger&quot;: [ # The triggers in the container that this version was taken from.
{ # Represents a Google Tag Manager Trigger
&quot;triggerId&quot;: &quot;A String&quot;, # The Trigger ID uniquely identifies the GTM Trigger.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;continuousTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum continuous visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this trigger in the container.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;checkValidation&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should only fire tags if the form submit or link click
# event is not cancelled by some other event handler (e.g. because of
# validation). Only valid for Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;type&quot;: &quot;A String&quot;, # Defines the data layer event that causes this trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;verticalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled vertically.
# Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;horizontalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled
# horizontally. Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;limit&quot;: { # Represents a Google Tag Manager Parameter. # Limit of the number of GTM events this Timer Trigger will fire. If no limit
# is set, we will continue to fire GTM events until the user leaves the page.
# Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visiblePercentageMin&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;autoEventFilter&quot;: [ # Used in the case of auto event tracking.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;intervalSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Time between Timer Events to fire (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;selector&quot;: { # Represents a Google Tag Manager Parameter. # A click trigger CSS selector (i.e. &quot;a&quot;, &quot;button&quot; etc.). Only valid for AMP
# Click trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTags&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should delay the form submissions or link opening
# until all of the tags have fired (by preventing the default
# action and later simulating the default action). Only valid for
# Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;path&quot;: &quot;A String&quot;, # GTM Trigger&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Trigger display name.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;customEventFilter&quot;: [ # Used in the case of custom event, which is fired iff all Conditions are
# true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;visiblePercentageMax&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger maximum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parameter&quot;: [ # Additional parameters.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;filter&quot;: [ # The trigger will only fire iff all Conditions are true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;uniqueTriggerId&quot;: { # Represents a Google Tag Manager Parameter. # Globally unique id of the trigger that auto-generates this (a Form Submit,
# Link Click or Timer listener) if any. Used to make incompatible auto-events
# work together with trigger filtering based on trigger ids. This value is
# populated during output generation since the tags implied by triggers don&#x27;t
# exist until then. Only valid for Form Submit, Link Click and Timer
# triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Trigger as computed at storage time.
# This value is recomputed whenever the trigger is modified.
&quot;interval&quot;: { # Represents a Google Tag Manager Parameter. # Time between triggering recurring Timer Events (in milliseconds). Only
# valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;totalTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum total visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;eventName&quot;: { # Represents a Google Tag Manager Parameter. # Name of the GTM event that is fired. Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTagsTimeout&quot;: { # Represents a Google Tag Manager Parameter. # How long to wait (in milliseconds) for tags to fire when &#x27;waits_for_tags&#x27;
# above evaluates to &lt;code&gt;true&lt;/code&gt;. Only valid for Form Submission and
# Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;maxTimerLengthSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Max time to fire Timer Events (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visibilitySelector&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger CSS selector (i.e. &quot;#id&quot;). Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="live">live(parent, x__xgafv=None)</code>
<pre>Gets the live (i.e. published) container version
Args:
parent: string, GTM Container&#x27;s API relative path.
Example: accounts/{account_id}/containers/{container_id} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Represents a Google Tag Manager Container Version.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;container&quot;: { # Represents a Google Tag Manager Container, which specifies the platform tags # The container that this version was taken from.
# will run on, manages workspaces, and retains container versions.
&quot;usageContext&quot;: [ # List of Usage Contexts for the Container. Valid values include: &lt;code&gt;web,
# android, or ios&lt;/code&gt;.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container as computed at storage time. This
# value is recomputed whenever the account is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # The Container ID uniquely identifies the GTM Container.
&quot;domainName&quot;: [ # List of domain names associated with the Container.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # GTM Container&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Container display name.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;notes&quot;: &quot;A String&quot;, # Container Notes.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;publicId&quot;: &quot;A String&quot;, # Container Public ID.
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tag&quot;: [ # The tags in the container that this version was taken from.
{ # Represents a Google Tag Manager Tag.
&quot;name&quot;: &quot;A String&quot;, # Tag display name.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;path&quot;: &quot;A String&quot;, # GTM Tag&#x27;s API relative path.
&quot;parameter&quot;: [ # The tag&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this tag in the container.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tagId&quot;: &quot;A String&quot;, # The Tag ID uniquely identifies the GTM Tag.
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;liveOnly&quot;: True or False, # If set to true, this tag will only fire in the live environment (e.g. not
# in preview or debug mode).
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;setupTag&quot;: [ # The list of setup tags. Currently we only allow one.
{ # Represents a reference to atag that fires before another tag in order to
# set up dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the setup tag.
&quot;stopOnSetupFailure&quot;: True or False, # If true, fire the main tag if and only if the setup tag fires
# successfully.
# If false, fire the main tag regardless of setup tag firing status.
},
],
&quot;monitoringMetadata&quot;: { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data
# for tag monitoring.
# Notes:&lt;ul&gt;
# &lt;li&gt;This parameter must be type &lt;code&gt;MAP&lt;/code&gt;.&lt;/li&gt;
# &lt;li&gt;Each parameter in the map are type &lt;code&gt;TEMPLATE&lt;/code&gt;, however
# cannot contain variable references.&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time.
# This value is recomputed whenever the tag is modified.
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the
# tag will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;teardownTag&quot;: [ # The list of teardown tags. Currently we only allow one.
{ # Represents a tag that fires after another tag in order to tear down
# dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the teardown tag.
&quot;stopTeardownOnFailure&quot;: True or False, # If true, fire the teardown tag if and only if the main tag fires
# successfully.
# If false, fire the teardown tag regardless of main tag firing status.
},
],
&quot;type&quot;: &quot;A String&quot;, # GTM Tag Type.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;firingTriggerId&quot;: [ # Firing trigger IDs. A tag will fire when any of the listed triggers are
# true and all of its &lt;code&gt;blockingTriggerIds&lt;/code&gt; (if any specified) are
# false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;paused&quot;: True or False, # Indicates whether the tag is paused, which prevents the tag from firing.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;monitoringMetadataTagNameKey&quot;: &quot;A String&quot;, # If non-empty, then the tag display name will be included in the monitoring
# metadata map using the key specified.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;firingRuleId&quot;: [ # Firing rule IDs. A tag will fire when any of the listed rules are true and
# all of its &lt;code&gt;blockingRuleIds&lt;/code&gt; (if any specified) are false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;blockingRuleId&quot;: [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag
# will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;priority&quot;: { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in
# order of priority. Tags with higher numeric value fire first. A tag&#x27;s
# priority can be a positive or negative value. The default value is 0.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;tagFiringOption&quot;: &quot;A String&quot;, # Option to fire this tag.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;deleted&quot;: True or False, # A value of true indicates this container version has been deleted.
&quot;description&quot;: &quot;A String&quot;, # Container version description.
# @mutable tagmanager.accounts.containers.versions.update
&quot;builtInVariable&quot;: [ # The built-in variables in the container that this version was taken from.
{ # Built-in variables are a special category of variables that are pre-created
# and non-customizable. They provide common functionality like accessing
# propeties of the gtm data layer, monitoring clicks, or accessing elements
# of a page URL.
&quot;path&quot;: &quot;A String&quot;, # GTM BuiltInVariable&#x27;s API relative path.
&quot;type&quot;: &quot;A String&quot;, # Type of built-in variable.
# @required.tagmanager.accounts.containers.workspaces.built_in_variable.update
# @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update
&quot;name&quot;: &quot;A String&quot;, # Name of the built-in variable to be used to refer to the built-in variable.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;customTemplate&quot;: [ # The custom templates in the container that this version was taken from.
{ # Represents a Google Tag Manager Custom Template&#x27;s contents.
&quot;galleryReference&quot;: { # Represents the link between a custom template and an entry on the Community # A reference to the Community Template Gallery entry.
# Template Gallery site.
&quot;version&quot;: &quot;A String&quot;, # The version of the community gallery template.
&quot;signature&quot;: &quot;A String&quot;, # The signature of the community gallery template as computed at import time.
# This value is recomputed whenever the template is updated from the gallery.
&quot;repository&quot;: &quot;A String&quot;, # The name of the repository for the community gallery template.
&quot;host&quot;: &quot;A String&quot;, # The name of the host for the community gallery template.
&quot;isModified&quot;: True or False, # If a user has manually edited the community gallery template.
&quot;owner&quot;: &quot;A String&quot;, # The name of the owner for the community gallery template.
},
&quot;path&quot;: &quot;A String&quot;, # GTM Custom Template&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Custom Template display name.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;templateData&quot;: &quot;A String&quot;, # The custom template in text format.
&quot;templateId&quot;: &quot;A String&quot;, # The Custom Template ID uniquely identifies the GTM custom template.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Custom Template as computed at storage time.
# This value is recomputed whenever the template is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
},
],
&quot;variable&quot;: [ # The variables in the container that this version was taken from.
{ # Represents a Google Tag Manager Variable.
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;type&quot;: &quot;A String&quot;, # GTM Variable Type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Variable display name.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;path&quot;: &quot;A String&quot;, # GTM Variable&#x27;s API relative path.
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Variable as computed at storage time.
# This value is recomputed whenever the variable is modified.
&quot;formatValue&quot;: { # Option to convert a variable value to other value.
&quot;convertTrueToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is true.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;caseConversionType&quot;: &quot;A String&quot;, # The option to convert a string-type variable value to either lowercase or
# uppercase.
&quot;convertFalseToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is false.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertNullToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is null.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertUndefinedToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is undefined.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
&quot;variableId&quot;: &quot;A String&quot;, # The Variable ID uniquely identifies the GTM Variable.
&quot;disablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for disabling conditional
# variables; the variable is enabled if one of the enabling trigger is true
# while all the disabling trigger are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this variable in the container.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;parameter&quot;: [ # The variable&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;enablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for enabling conditional
# variables; the variable is enabled if one of the enabling triggers is true
# while all the disabling triggers are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container Version as computed at
# storage time. This value is recomputed whenever the container version is
# modified.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;name&quot;: &quot;A String&quot;, # Container version display name.
# @mutable tagmanager.accounts.containers.versions.update
&quot;client&quot;: [ # The clients in the container that this version was taken from.
{
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Client as computed at storage time.
# This value is recomputed whenever the client is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;priority&quot;: 42, # Priority determines relative firing order.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;path&quot;: &quot;A String&quot;, # GTM client&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;type&quot;: &quot;A String&quot;, # Client type.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;parameter&quot;: [ # The client&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;clientId&quot;: &quot;A String&quot;, # The Client ID uniquely identifies the GTM client.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Client display name.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;folder&quot;: [ # The folders in the container that this version was taken from.
{ # Represents a Google Tag Manager Folder.
&quot;path&quot;: &quot;A String&quot;, # GTM Folder&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;name&quot;: &quot;A String&quot;, # Folder display name.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this folder in the container.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;folderId&quot;: &quot;A String&quot;, # The Folder ID uniquely identifies the GTM Folder.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Folder as computed at storage time.
# This value is recomputed whenever the folder is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;path&quot;: &quot;A String&quot;, # GTM ContainerVersions&#x27;s API relative path.
&quot;zone&quot;: [ # The zones in the container that this version was taken from.
{ # Represents a Google Tag Manager Zone&#x27;s contents.
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this zone in the container.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;zoneId&quot;: &quot;A String&quot;, # The Zone ID uniquely identifies the GTM Zone.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Zone as computed at storage time.
# This value is recomputed whenever the zone is modified.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;childContainer&quot;: [ # Containers that are children of this Zone.
{ # Represents a child container of a Zone.
&quot;nickname&quot;: &quot;A String&quot;, # The zone&#x27;s nickname for the child container.
&quot;publicId&quot;: &quot;A String&quot;, # The child container&#x27;s public id.
},
],
&quot;typeRestriction&quot;: { # Represents a Zone&#x27;s type restrictions. # This Zone&#x27;s type restrictions.
&quot;enable&quot;: True or False, # True if type restrictions have been enabled for this Zone.
&quot;whitelistedTypeId&quot;: [ # List of type public ids that have been whitelisted for use in this Zone.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # Zone display name.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;path&quot;: &quot;A String&quot;, # GTM Zone&#x27;s API relative path.
&quot;boundary&quot;: { # Represents a Zone&#x27;s boundaries. # This Zone&#x27;s boundary.
&quot;condition&quot;: [ # The conditions that, when conjoined, make up the boundary.
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;customEvaluationTriggerId&quot;: [ # Custom evaluation trigger IDs. A zone will evaluate its boundary
# conditions when any of the listed triggers are true.
&quot;A String&quot;,
],
},
},
],
&quot;containerVersionId&quot;: &quot;A String&quot;, # The Container Version ID uniquely identifies the GTM Container Version.
&quot;trigger&quot;: [ # The triggers in the container that this version was taken from.
{ # Represents a Google Tag Manager Trigger
&quot;triggerId&quot;: &quot;A String&quot;, # The Trigger ID uniquely identifies the GTM Trigger.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;continuousTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum continuous visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this trigger in the container.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;checkValidation&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should only fire tags if the form submit or link click
# event is not cancelled by some other event handler (e.g. because of
# validation). Only valid for Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;type&quot;: &quot;A String&quot;, # Defines the data layer event that causes this trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;verticalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled vertically.
# Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;horizontalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled
# horizontally. Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;limit&quot;: { # Represents a Google Tag Manager Parameter. # Limit of the number of GTM events this Timer Trigger will fire. If no limit
# is set, we will continue to fire GTM events until the user leaves the page.
# Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visiblePercentageMin&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;autoEventFilter&quot;: [ # Used in the case of auto event tracking.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;intervalSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Time between Timer Events to fire (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;selector&quot;: { # Represents a Google Tag Manager Parameter. # A click trigger CSS selector (i.e. &quot;a&quot;, &quot;button&quot; etc.). Only valid for AMP
# Click trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTags&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should delay the form submissions or link opening
# until all of the tags have fired (by preventing the default
# action and later simulating the default action). Only valid for
# Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;path&quot;: &quot;A String&quot;, # GTM Trigger&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Trigger display name.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;customEventFilter&quot;: [ # Used in the case of custom event, which is fired iff all Conditions are
# true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;visiblePercentageMax&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger maximum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parameter&quot;: [ # Additional parameters.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;filter&quot;: [ # The trigger will only fire iff all Conditions are true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;uniqueTriggerId&quot;: { # Represents a Google Tag Manager Parameter. # Globally unique id of the trigger that auto-generates this (a Form Submit,
# Link Click or Timer listener) if any. Used to make incompatible auto-events
# work together with trigger filtering based on trigger ids. This value is
# populated during output generation since the tags implied by triggers don&#x27;t
# exist until then. Only valid for Form Submit, Link Click and Timer
# triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Trigger as computed at storage time.
# This value is recomputed whenever the trigger is modified.
&quot;interval&quot;: { # Represents a Google Tag Manager Parameter. # Time between triggering recurring Timer Events (in milliseconds). Only
# valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;totalTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum total visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;eventName&quot;: { # Represents a Google Tag Manager Parameter. # Name of the GTM event that is fired. Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTagsTimeout&quot;: { # Represents a Google Tag Manager Parameter. # How long to wait (in milliseconds) for tags to fire when &#x27;waits_for_tags&#x27;
# above evaluates to &lt;code&gt;true&lt;/code&gt;. Only valid for Form Submission and
# Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;maxTimerLengthSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Max time to fire Timer Events (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visibilitySelector&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger CSS selector (i.e. &quot;#id&quot;). Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="publish">publish(path, fingerprint=None, x__xgafv=None)</code>
<pre>Publishes a Container Version.
Args:
path: string, GTM ContainerVersion&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/versions/{version_id} (required)
fingerprint: string, When provided, this fingerprint must match the fingerprint of the
container version in storage.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Publish container version response.
&quot;compilerError&quot;: True or False, # Compiler errors or not.
&quot;containerVersion&quot;: { # Represents a Google Tag Manager Container Version. # The container version created.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;container&quot;: { # Represents a Google Tag Manager Container, which specifies the platform tags # The container that this version was taken from.
# will run on, manages workspaces, and retains container versions.
&quot;usageContext&quot;: [ # List of Usage Contexts for the Container. Valid values include: &lt;code&gt;web,
# android, or ios&lt;/code&gt;.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container as computed at storage time. This
# value is recomputed whenever the account is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # The Container ID uniquely identifies the GTM Container.
&quot;domainName&quot;: [ # List of domain names associated with the Container.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # GTM Container&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Container display name.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;notes&quot;: &quot;A String&quot;, # Container Notes.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;publicId&quot;: &quot;A String&quot;, # Container Public ID.
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tag&quot;: [ # The tags in the container that this version was taken from.
{ # Represents a Google Tag Manager Tag.
&quot;name&quot;: &quot;A String&quot;, # Tag display name.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;path&quot;: &quot;A String&quot;, # GTM Tag&#x27;s API relative path.
&quot;parameter&quot;: [ # The tag&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this tag in the container.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tagId&quot;: &quot;A String&quot;, # The Tag ID uniquely identifies the GTM Tag.
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;liveOnly&quot;: True or False, # If set to true, this tag will only fire in the live environment (e.g. not
# in preview or debug mode).
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;setupTag&quot;: [ # The list of setup tags. Currently we only allow one.
{ # Represents a reference to atag that fires before another tag in order to
# set up dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the setup tag.
&quot;stopOnSetupFailure&quot;: True or False, # If true, fire the main tag if and only if the setup tag fires
# successfully.
# If false, fire the main tag regardless of setup tag firing status.
},
],
&quot;monitoringMetadata&quot;: { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data
# for tag monitoring.
# Notes:&lt;ul&gt;
# &lt;li&gt;This parameter must be type &lt;code&gt;MAP&lt;/code&gt;.&lt;/li&gt;
# &lt;li&gt;Each parameter in the map are type &lt;code&gt;TEMPLATE&lt;/code&gt;, however
# cannot contain variable references.&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time.
# This value is recomputed whenever the tag is modified.
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the
# tag will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;teardownTag&quot;: [ # The list of teardown tags. Currently we only allow one.
{ # Represents a tag that fires after another tag in order to tear down
# dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the teardown tag.
&quot;stopTeardownOnFailure&quot;: True or False, # If true, fire the teardown tag if and only if the main tag fires
# successfully.
# If false, fire the teardown tag regardless of main tag firing status.
},
],
&quot;type&quot;: &quot;A String&quot;, # GTM Tag Type.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;firingTriggerId&quot;: [ # Firing trigger IDs. A tag will fire when any of the listed triggers are
# true and all of its &lt;code&gt;blockingTriggerIds&lt;/code&gt; (if any specified) are
# false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;paused&quot;: True or False, # Indicates whether the tag is paused, which prevents the tag from firing.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;monitoringMetadataTagNameKey&quot;: &quot;A String&quot;, # If non-empty, then the tag display name will be included in the monitoring
# metadata map using the key specified.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;firingRuleId&quot;: [ # Firing rule IDs. A tag will fire when any of the listed rules are true and
# all of its &lt;code&gt;blockingRuleIds&lt;/code&gt; (if any specified) are false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;blockingRuleId&quot;: [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag
# will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;priority&quot;: { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in
# order of priority. Tags with higher numeric value fire first. A tag&#x27;s
# priority can be a positive or negative value. The default value is 0.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;tagFiringOption&quot;: &quot;A String&quot;, # Option to fire this tag.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;deleted&quot;: True or False, # A value of true indicates this container version has been deleted.
&quot;description&quot;: &quot;A String&quot;, # Container version description.
# @mutable tagmanager.accounts.containers.versions.update
&quot;builtInVariable&quot;: [ # The built-in variables in the container that this version was taken from.
{ # Built-in variables are a special category of variables that are pre-created
# and non-customizable. They provide common functionality like accessing
# propeties of the gtm data layer, monitoring clicks, or accessing elements
# of a page URL.
&quot;path&quot;: &quot;A String&quot;, # GTM BuiltInVariable&#x27;s API relative path.
&quot;type&quot;: &quot;A String&quot;, # Type of built-in variable.
# @required.tagmanager.accounts.containers.workspaces.built_in_variable.update
# @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update
&quot;name&quot;: &quot;A String&quot;, # Name of the built-in variable to be used to refer to the built-in variable.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;customTemplate&quot;: [ # The custom templates in the container that this version was taken from.
{ # Represents a Google Tag Manager Custom Template&#x27;s contents.
&quot;galleryReference&quot;: { # Represents the link between a custom template and an entry on the Community # A reference to the Community Template Gallery entry.
# Template Gallery site.
&quot;version&quot;: &quot;A String&quot;, # The version of the community gallery template.
&quot;signature&quot;: &quot;A String&quot;, # The signature of the community gallery template as computed at import time.
# This value is recomputed whenever the template is updated from the gallery.
&quot;repository&quot;: &quot;A String&quot;, # The name of the repository for the community gallery template.
&quot;host&quot;: &quot;A String&quot;, # The name of the host for the community gallery template.
&quot;isModified&quot;: True or False, # If a user has manually edited the community gallery template.
&quot;owner&quot;: &quot;A String&quot;, # The name of the owner for the community gallery template.
},
&quot;path&quot;: &quot;A String&quot;, # GTM Custom Template&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Custom Template display name.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;templateData&quot;: &quot;A String&quot;, # The custom template in text format.
&quot;templateId&quot;: &quot;A String&quot;, # The Custom Template ID uniquely identifies the GTM custom template.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Custom Template as computed at storage time.
# This value is recomputed whenever the template is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
},
],
&quot;variable&quot;: [ # The variables in the container that this version was taken from.
{ # Represents a Google Tag Manager Variable.
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;type&quot;: &quot;A String&quot;, # GTM Variable Type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Variable display name.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;path&quot;: &quot;A String&quot;, # GTM Variable&#x27;s API relative path.
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Variable as computed at storage time.
# This value is recomputed whenever the variable is modified.
&quot;formatValue&quot;: { # Option to convert a variable value to other value.
&quot;convertTrueToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is true.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;caseConversionType&quot;: &quot;A String&quot;, # The option to convert a string-type variable value to either lowercase or
# uppercase.
&quot;convertFalseToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is false.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertNullToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is null.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertUndefinedToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is undefined.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
&quot;variableId&quot;: &quot;A String&quot;, # The Variable ID uniquely identifies the GTM Variable.
&quot;disablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for disabling conditional
# variables; the variable is enabled if one of the enabling trigger is true
# while all the disabling trigger are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this variable in the container.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;parameter&quot;: [ # The variable&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;enablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for enabling conditional
# variables; the variable is enabled if one of the enabling triggers is true
# while all the disabling triggers are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container Version as computed at
# storage time. This value is recomputed whenever the container version is
# modified.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;name&quot;: &quot;A String&quot;, # Container version display name.
# @mutable tagmanager.accounts.containers.versions.update
&quot;client&quot;: [ # The clients in the container that this version was taken from.
{
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Client as computed at storage time.
# This value is recomputed whenever the client is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;priority&quot;: 42, # Priority determines relative firing order.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;path&quot;: &quot;A String&quot;, # GTM client&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;type&quot;: &quot;A String&quot;, # Client type.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;parameter&quot;: [ # The client&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;clientId&quot;: &quot;A String&quot;, # The Client ID uniquely identifies the GTM client.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Client display name.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;folder&quot;: [ # The folders in the container that this version was taken from.
{ # Represents a Google Tag Manager Folder.
&quot;path&quot;: &quot;A String&quot;, # GTM Folder&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;name&quot;: &quot;A String&quot;, # Folder display name.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this folder in the container.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;folderId&quot;: &quot;A String&quot;, # The Folder ID uniquely identifies the GTM Folder.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Folder as computed at storage time.
# This value is recomputed whenever the folder is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;path&quot;: &quot;A String&quot;, # GTM ContainerVersions&#x27;s API relative path.
&quot;zone&quot;: [ # The zones in the container that this version was taken from.
{ # Represents a Google Tag Manager Zone&#x27;s contents.
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this zone in the container.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;zoneId&quot;: &quot;A String&quot;, # The Zone ID uniquely identifies the GTM Zone.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Zone as computed at storage time.
# This value is recomputed whenever the zone is modified.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;childContainer&quot;: [ # Containers that are children of this Zone.
{ # Represents a child container of a Zone.
&quot;nickname&quot;: &quot;A String&quot;, # The zone&#x27;s nickname for the child container.
&quot;publicId&quot;: &quot;A String&quot;, # The child container&#x27;s public id.
},
],
&quot;typeRestriction&quot;: { # Represents a Zone&#x27;s type restrictions. # This Zone&#x27;s type restrictions.
&quot;enable&quot;: True or False, # True if type restrictions have been enabled for this Zone.
&quot;whitelistedTypeId&quot;: [ # List of type public ids that have been whitelisted for use in this Zone.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # Zone display name.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;path&quot;: &quot;A String&quot;, # GTM Zone&#x27;s API relative path.
&quot;boundary&quot;: { # Represents a Zone&#x27;s boundaries. # This Zone&#x27;s boundary.
&quot;condition&quot;: [ # The conditions that, when conjoined, make up the boundary.
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;customEvaluationTriggerId&quot;: [ # Custom evaluation trigger IDs. A zone will evaluate its boundary
# conditions when any of the listed triggers are true.
&quot;A String&quot;,
],
},
},
],
&quot;containerVersionId&quot;: &quot;A String&quot;, # The Container Version ID uniquely identifies the GTM Container Version.
&quot;trigger&quot;: [ # The triggers in the container that this version was taken from.
{ # Represents a Google Tag Manager Trigger
&quot;triggerId&quot;: &quot;A String&quot;, # The Trigger ID uniquely identifies the GTM Trigger.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;continuousTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum continuous visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this trigger in the container.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;checkValidation&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should only fire tags if the form submit or link click
# event is not cancelled by some other event handler (e.g. because of
# validation). Only valid for Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;type&quot;: &quot;A String&quot;, # Defines the data layer event that causes this trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;verticalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled vertically.
# Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;horizontalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled
# horizontally. Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;limit&quot;: { # Represents a Google Tag Manager Parameter. # Limit of the number of GTM events this Timer Trigger will fire. If no limit
# is set, we will continue to fire GTM events until the user leaves the page.
# Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visiblePercentageMin&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;autoEventFilter&quot;: [ # Used in the case of auto event tracking.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;intervalSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Time between Timer Events to fire (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;selector&quot;: { # Represents a Google Tag Manager Parameter. # A click trigger CSS selector (i.e. &quot;a&quot;, &quot;button&quot; etc.). Only valid for AMP
# Click trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTags&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should delay the form submissions or link opening
# until all of the tags have fired (by preventing the default
# action and later simulating the default action). Only valid for
# Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;path&quot;: &quot;A String&quot;, # GTM Trigger&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Trigger display name.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;customEventFilter&quot;: [ # Used in the case of custom event, which is fired iff all Conditions are
# true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;visiblePercentageMax&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger maximum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parameter&quot;: [ # Additional parameters.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;filter&quot;: [ # The trigger will only fire iff all Conditions are true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;uniqueTriggerId&quot;: { # Represents a Google Tag Manager Parameter. # Globally unique id of the trigger that auto-generates this (a Form Submit,
# Link Click or Timer listener) if any. Used to make incompatible auto-events
# work together with trigger filtering based on trigger ids. This value is
# populated during output generation since the tags implied by triggers don&#x27;t
# exist until then. Only valid for Form Submit, Link Click and Timer
# triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Trigger as computed at storage time.
# This value is recomputed whenever the trigger is modified.
&quot;interval&quot;: { # Represents a Google Tag Manager Parameter. # Time between triggering recurring Timer Events (in milliseconds). Only
# valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;totalTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum total visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;eventName&quot;: { # Represents a Google Tag Manager Parameter. # Name of the GTM event that is fired. Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTagsTimeout&quot;: { # Represents a Google Tag Manager Parameter. # How long to wait (in milliseconds) for tags to fire when &#x27;waits_for_tags&#x27;
# above evaluates to &lt;code&gt;true&lt;/code&gt;. Only valid for Form Submission and
# Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;maxTimerLengthSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Max time to fire Timer Events (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visibilitySelector&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger CSS selector (i.e. &quot;#id&quot;). Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
],
},
}</pre>
</div>
<div class="method">
<code class="details" id="set_latest">set_latest(path, x__xgafv=None)</code>
<pre>Sets the latest version used for synchronization of workspaces when
detecting conflicts and errors.
Args:
path: string, GTM ContainerVersion&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/versions/{version_id} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Represents a Google Tag Manager Container Version.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;container&quot;: { # Represents a Google Tag Manager Container, which specifies the platform tags # The container that this version was taken from.
# will run on, manages workspaces, and retains container versions.
&quot;usageContext&quot;: [ # List of Usage Contexts for the Container. Valid values include: &lt;code&gt;web,
# android, or ios&lt;/code&gt;.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container as computed at storage time. This
# value is recomputed whenever the account is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # The Container ID uniquely identifies the GTM Container.
&quot;domainName&quot;: [ # List of domain names associated with the Container.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # GTM Container&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Container display name.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;notes&quot;: &quot;A String&quot;, # Container Notes.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;publicId&quot;: &quot;A String&quot;, # Container Public ID.
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tag&quot;: [ # The tags in the container that this version was taken from.
{ # Represents a Google Tag Manager Tag.
&quot;name&quot;: &quot;A String&quot;, # Tag display name.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;path&quot;: &quot;A String&quot;, # GTM Tag&#x27;s API relative path.
&quot;parameter&quot;: [ # The tag&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this tag in the container.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tagId&quot;: &quot;A String&quot;, # The Tag ID uniquely identifies the GTM Tag.
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;liveOnly&quot;: True or False, # If set to true, this tag will only fire in the live environment (e.g. not
# in preview or debug mode).
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;setupTag&quot;: [ # The list of setup tags. Currently we only allow one.
{ # Represents a reference to atag that fires before another tag in order to
# set up dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the setup tag.
&quot;stopOnSetupFailure&quot;: True or False, # If true, fire the main tag if and only if the setup tag fires
# successfully.
# If false, fire the main tag regardless of setup tag firing status.
},
],
&quot;monitoringMetadata&quot;: { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data
# for tag monitoring.
# Notes:&lt;ul&gt;
# &lt;li&gt;This parameter must be type &lt;code&gt;MAP&lt;/code&gt;.&lt;/li&gt;
# &lt;li&gt;Each parameter in the map are type &lt;code&gt;TEMPLATE&lt;/code&gt;, however
# cannot contain variable references.&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time.
# This value is recomputed whenever the tag is modified.
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the
# tag will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;teardownTag&quot;: [ # The list of teardown tags. Currently we only allow one.
{ # Represents a tag that fires after another tag in order to tear down
# dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the teardown tag.
&quot;stopTeardownOnFailure&quot;: True or False, # If true, fire the teardown tag if and only if the main tag fires
# successfully.
# If false, fire the teardown tag regardless of main tag firing status.
},
],
&quot;type&quot;: &quot;A String&quot;, # GTM Tag Type.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;firingTriggerId&quot;: [ # Firing trigger IDs. A tag will fire when any of the listed triggers are
# true and all of its &lt;code&gt;blockingTriggerIds&lt;/code&gt; (if any specified) are
# false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;paused&quot;: True or False, # Indicates whether the tag is paused, which prevents the tag from firing.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;monitoringMetadataTagNameKey&quot;: &quot;A String&quot;, # If non-empty, then the tag display name will be included in the monitoring
# metadata map using the key specified.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;firingRuleId&quot;: [ # Firing rule IDs. A tag will fire when any of the listed rules are true and
# all of its &lt;code&gt;blockingRuleIds&lt;/code&gt; (if any specified) are false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;blockingRuleId&quot;: [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag
# will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;priority&quot;: { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in
# order of priority. Tags with higher numeric value fire first. A tag&#x27;s
# priority can be a positive or negative value. The default value is 0.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;tagFiringOption&quot;: &quot;A String&quot;, # Option to fire this tag.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;deleted&quot;: True or False, # A value of true indicates this container version has been deleted.
&quot;description&quot;: &quot;A String&quot;, # Container version description.
# @mutable tagmanager.accounts.containers.versions.update
&quot;builtInVariable&quot;: [ # The built-in variables in the container that this version was taken from.
{ # Built-in variables are a special category of variables that are pre-created
# and non-customizable. They provide common functionality like accessing
# propeties of the gtm data layer, monitoring clicks, or accessing elements
# of a page URL.
&quot;path&quot;: &quot;A String&quot;, # GTM BuiltInVariable&#x27;s API relative path.
&quot;type&quot;: &quot;A String&quot;, # Type of built-in variable.
# @required.tagmanager.accounts.containers.workspaces.built_in_variable.update
# @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update
&quot;name&quot;: &quot;A String&quot;, # Name of the built-in variable to be used to refer to the built-in variable.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;customTemplate&quot;: [ # The custom templates in the container that this version was taken from.
{ # Represents a Google Tag Manager Custom Template&#x27;s contents.
&quot;galleryReference&quot;: { # Represents the link between a custom template and an entry on the Community # A reference to the Community Template Gallery entry.
# Template Gallery site.
&quot;version&quot;: &quot;A String&quot;, # The version of the community gallery template.
&quot;signature&quot;: &quot;A String&quot;, # The signature of the community gallery template as computed at import time.
# This value is recomputed whenever the template is updated from the gallery.
&quot;repository&quot;: &quot;A String&quot;, # The name of the repository for the community gallery template.
&quot;host&quot;: &quot;A String&quot;, # The name of the host for the community gallery template.
&quot;isModified&quot;: True or False, # If a user has manually edited the community gallery template.
&quot;owner&quot;: &quot;A String&quot;, # The name of the owner for the community gallery template.
},
&quot;path&quot;: &quot;A String&quot;, # GTM Custom Template&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Custom Template display name.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;templateData&quot;: &quot;A String&quot;, # The custom template in text format.
&quot;templateId&quot;: &quot;A String&quot;, # The Custom Template ID uniquely identifies the GTM custom template.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Custom Template as computed at storage time.
# This value is recomputed whenever the template is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
},
],
&quot;variable&quot;: [ # The variables in the container that this version was taken from.
{ # Represents a Google Tag Manager Variable.
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;type&quot;: &quot;A String&quot;, # GTM Variable Type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Variable display name.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;path&quot;: &quot;A String&quot;, # GTM Variable&#x27;s API relative path.
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Variable as computed at storage time.
# This value is recomputed whenever the variable is modified.
&quot;formatValue&quot;: { # Option to convert a variable value to other value.
&quot;convertTrueToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is true.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;caseConversionType&quot;: &quot;A String&quot;, # The option to convert a string-type variable value to either lowercase or
# uppercase.
&quot;convertFalseToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is false.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertNullToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is null.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertUndefinedToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is undefined.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
&quot;variableId&quot;: &quot;A String&quot;, # The Variable ID uniquely identifies the GTM Variable.
&quot;disablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for disabling conditional
# variables; the variable is enabled if one of the enabling trigger is true
# while all the disabling trigger are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this variable in the container.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;parameter&quot;: [ # The variable&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;enablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for enabling conditional
# variables; the variable is enabled if one of the enabling triggers is true
# while all the disabling triggers are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container Version as computed at
# storage time. This value is recomputed whenever the container version is
# modified.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;name&quot;: &quot;A String&quot;, # Container version display name.
# @mutable tagmanager.accounts.containers.versions.update
&quot;client&quot;: [ # The clients in the container that this version was taken from.
{
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Client as computed at storage time.
# This value is recomputed whenever the client is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;priority&quot;: 42, # Priority determines relative firing order.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;path&quot;: &quot;A String&quot;, # GTM client&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;type&quot;: &quot;A String&quot;, # Client type.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;parameter&quot;: [ # The client&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;clientId&quot;: &quot;A String&quot;, # The Client ID uniquely identifies the GTM client.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Client display name.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;folder&quot;: [ # The folders in the container that this version was taken from.
{ # Represents a Google Tag Manager Folder.
&quot;path&quot;: &quot;A String&quot;, # GTM Folder&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;name&quot;: &quot;A String&quot;, # Folder display name.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this folder in the container.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;folderId&quot;: &quot;A String&quot;, # The Folder ID uniquely identifies the GTM Folder.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Folder as computed at storage time.
# This value is recomputed whenever the folder is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;path&quot;: &quot;A String&quot;, # GTM ContainerVersions&#x27;s API relative path.
&quot;zone&quot;: [ # The zones in the container that this version was taken from.
{ # Represents a Google Tag Manager Zone&#x27;s contents.
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this zone in the container.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;zoneId&quot;: &quot;A String&quot;, # The Zone ID uniquely identifies the GTM Zone.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Zone as computed at storage time.
# This value is recomputed whenever the zone is modified.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;childContainer&quot;: [ # Containers that are children of this Zone.
{ # Represents a child container of a Zone.
&quot;nickname&quot;: &quot;A String&quot;, # The zone&#x27;s nickname for the child container.
&quot;publicId&quot;: &quot;A String&quot;, # The child container&#x27;s public id.
},
],
&quot;typeRestriction&quot;: { # Represents a Zone&#x27;s type restrictions. # This Zone&#x27;s type restrictions.
&quot;enable&quot;: True or False, # True if type restrictions have been enabled for this Zone.
&quot;whitelistedTypeId&quot;: [ # List of type public ids that have been whitelisted for use in this Zone.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # Zone display name.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;path&quot;: &quot;A String&quot;, # GTM Zone&#x27;s API relative path.
&quot;boundary&quot;: { # Represents a Zone&#x27;s boundaries. # This Zone&#x27;s boundary.
&quot;condition&quot;: [ # The conditions that, when conjoined, make up the boundary.
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;customEvaluationTriggerId&quot;: [ # Custom evaluation trigger IDs. A zone will evaluate its boundary
# conditions when any of the listed triggers are true.
&quot;A String&quot;,
],
},
},
],
&quot;containerVersionId&quot;: &quot;A String&quot;, # The Container Version ID uniquely identifies the GTM Container Version.
&quot;trigger&quot;: [ # The triggers in the container that this version was taken from.
{ # Represents a Google Tag Manager Trigger
&quot;triggerId&quot;: &quot;A String&quot;, # The Trigger ID uniquely identifies the GTM Trigger.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;continuousTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum continuous visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this trigger in the container.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;checkValidation&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should only fire tags if the form submit or link click
# event is not cancelled by some other event handler (e.g. because of
# validation). Only valid for Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;type&quot;: &quot;A String&quot;, # Defines the data layer event that causes this trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;verticalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled vertically.
# Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;horizontalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled
# horizontally. Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;limit&quot;: { # Represents a Google Tag Manager Parameter. # Limit of the number of GTM events this Timer Trigger will fire. If no limit
# is set, we will continue to fire GTM events until the user leaves the page.
# Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visiblePercentageMin&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;autoEventFilter&quot;: [ # Used in the case of auto event tracking.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;intervalSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Time between Timer Events to fire (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;selector&quot;: { # Represents a Google Tag Manager Parameter. # A click trigger CSS selector (i.e. &quot;a&quot;, &quot;button&quot; etc.). Only valid for AMP
# Click trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTags&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should delay the form submissions or link opening
# until all of the tags have fired (by preventing the default
# action and later simulating the default action). Only valid for
# Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;path&quot;: &quot;A String&quot;, # GTM Trigger&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Trigger display name.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;customEventFilter&quot;: [ # Used in the case of custom event, which is fired iff all Conditions are
# true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;visiblePercentageMax&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger maximum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parameter&quot;: [ # Additional parameters.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;filter&quot;: [ # The trigger will only fire iff all Conditions are true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;uniqueTriggerId&quot;: { # Represents a Google Tag Manager Parameter. # Globally unique id of the trigger that auto-generates this (a Form Submit,
# Link Click or Timer listener) if any. Used to make incompatible auto-events
# work together with trigger filtering based on trigger ids. This value is
# populated during output generation since the tags implied by triggers don&#x27;t
# exist until then. Only valid for Form Submit, Link Click and Timer
# triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Trigger as computed at storage time.
# This value is recomputed whenever the trigger is modified.
&quot;interval&quot;: { # Represents a Google Tag Manager Parameter. # Time between triggering recurring Timer Events (in milliseconds). Only
# valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;totalTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum total visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;eventName&quot;: { # Represents a Google Tag Manager Parameter. # Name of the GTM event that is fired. Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTagsTimeout&quot;: { # Represents a Google Tag Manager Parameter. # How long to wait (in milliseconds) for tags to fire when &#x27;waits_for_tags&#x27;
# above evaluates to &lt;code&gt;true&lt;/code&gt;. Only valid for Form Submission and
# Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;maxTimerLengthSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Max time to fire Timer Events (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visibilitySelector&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger CSS selector (i.e. &quot;#id&quot;). Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="undelete">undelete(path, x__xgafv=None)</code>
<pre>Undeletes a Container Version.
Args:
path: string, GTM ContainerVersion&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/versions/{version_id} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Represents a Google Tag Manager Container Version.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;container&quot;: { # Represents a Google Tag Manager Container, which specifies the platform tags # The container that this version was taken from.
# will run on, manages workspaces, and retains container versions.
&quot;usageContext&quot;: [ # List of Usage Contexts for the Container. Valid values include: &lt;code&gt;web,
# android, or ios&lt;/code&gt;.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container as computed at storage time. This
# value is recomputed whenever the account is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # The Container ID uniquely identifies the GTM Container.
&quot;domainName&quot;: [ # List of domain names associated with the Container.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # GTM Container&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Container display name.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;notes&quot;: &quot;A String&quot;, # Container Notes.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;publicId&quot;: &quot;A String&quot;, # Container Public ID.
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tag&quot;: [ # The tags in the container that this version was taken from.
{ # Represents a Google Tag Manager Tag.
&quot;name&quot;: &quot;A String&quot;, # Tag display name.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;path&quot;: &quot;A String&quot;, # GTM Tag&#x27;s API relative path.
&quot;parameter&quot;: [ # The tag&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this tag in the container.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tagId&quot;: &quot;A String&quot;, # The Tag ID uniquely identifies the GTM Tag.
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;liveOnly&quot;: True or False, # If set to true, this tag will only fire in the live environment (e.g. not
# in preview or debug mode).
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;setupTag&quot;: [ # The list of setup tags. Currently we only allow one.
{ # Represents a reference to atag that fires before another tag in order to
# set up dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the setup tag.
&quot;stopOnSetupFailure&quot;: True or False, # If true, fire the main tag if and only if the setup tag fires
# successfully.
# If false, fire the main tag regardless of setup tag firing status.
},
],
&quot;monitoringMetadata&quot;: { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data
# for tag monitoring.
# Notes:&lt;ul&gt;
# &lt;li&gt;This parameter must be type &lt;code&gt;MAP&lt;/code&gt;.&lt;/li&gt;
# &lt;li&gt;Each parameter in the map are type &lt;code&gt;TEMPLATE&lt;/code&gt;, however
# cannot contain variable references.&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time.
# This value is recomputed whenever the tag is modified.
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the
# tag will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;teardownTag&quot;: [ # The list of teardown tags. Currently we only allow one.
{ # Represents a tag that fires after another tag in order to tear down
# dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the teardown tag.
&quot;stopTeardownOnFailure&quot;: True or False, # If true, fire the teardown tag if and only if the main tag fires
# successfully.
# If false, fire the teardown tag regardless of main tag firing status.
},
],
&quot;type&quot;: &quot;A String&quot;, # GTM Tag Type.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;firingTriggerId&quot;: [ # Firing trigger IDs. A tag will fire when any of the listed triggers are
# true and all of its &lt;code&gt;blockingTriggerIds&lt;/code&gt; (if any specified) are
# false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;paused&quot;: True or False, # Indicates whether the tag is paused, which prevents the tag from firing.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;monitoringMetadataTagNameKey&quot;: &quot;A String&quot;, # If non-empty, then the tag display name will be included in the monitoring
# metadata map using the key specified.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;firingRuleId&quot;: [ # Firing rule IDs. A tag will fire when any of the listed rules are true and
# all of its &lt;code&gt;blockingRuleIds&lt;/code&gt; (if any specified) are false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;blockingRuleId&quot;: [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag
# will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;priority&quot;: { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in
# order of priority. Tags with higher numeric value fire first. A tag&#x27;s
# priority can be a positive or negative value. The default value is 0.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;tagFiringOption&quot;: &quot;A String&quot;, # Option to fire this tag.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;deleted&quot;: True or False, # A value of true indicates this container version has been deleted.
&quot;description&quot;: &quot;A String&quot;, # Container version description.
# @mutable tagmanager.accounts.containers.versions.update
&quot;builtInVariable&quot;: [ # The built-in variables in the container that this version was taken from.
{ # Built-in variables are a special category of variables that are pre-created
# and non-customizable. They provide common functionality like accessing
# propeties of the gtm data layer, monitoring clicks, or accessing elements
# of a page URL.
&quot;path&quot;: &quot;A String&quot;, # GTM BuiltInVariable&#x27;s API relative path.
&quot;type&quot;: &quot;A String&quot;, # Type of built-in variable.
# @required.tagmanager.accounts.containers.workspaces.built_in_variable.update
# @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update
&quot;name&quot;: &quot;A String&quot;, # Name of the built-in variable to be used to refer to the built-in variable.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;customTemplate&quot;: [ # The custom templates in the container that this version was taken from.
{ # Represents a Google Tag Manager Custom Template&#x27;s contents.
&quot;galleryReference&quot;: { # Represents the link between a custom template and an entry on the Community # A reference to the Community Template Gallery entry.
# Template Gallery site.
&quot;version&quot;: &quot;A String&quot;, # The version of the community gallery template.
&quot;signature&quot;: &quot;A String&quot;, # The signature of the community gallery template as computed at import time.
# This value is recomputed whenever the template is updated from the gallery.
&quot;repository&quot;: &quot;A String&quot;, # The name of the repository for the community gallery template.
&quot;host&quot;: &quot;A String&quot;, # The name of the host for the community gallery template.
&quot;isModified&quot;: True or False, # If a user has manually edited the community gallery template.
&quot;owner&quot;: &quot;A String&quot;, # The name of the owner for the community gallery template.
},
&quot;path&quot;: &quot;A String&quot;, # GTM Custom Template&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Custom Template display name.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;templateData&quot;: &quot;A String&quot;, # The custom template in text format.
&quot;templateId&quot;: &quot;A String&quot;, # The Custom Template ID uniquely identifies the GTM custom template.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Custom Template as computed at storage time.
# This value is recomputed whenever the template is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
},
],
&quot;variable&quot;: [ # The variables in the container that this version was taken from.
{ # Represents a Google Tag Manager Variable.
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;type&quot;: &quot;A String&quot;, # GTM Variable Type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Variable display name.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;path&quot;: &quot;A String&quot;, # GTM Variable&#x27;s API relative path.
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Variable as computed at storage time.
# This value is recomputed whenever the variable is modified.
&quot;formatValue&quot;: { # Option to convert a variable value to other value.
&quot;convertTrueToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is true.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;caseConversionType&quot;: &quot;A String&quot;, # The option to convert a string-type variable value to either lowercase or
# uppercase.
&quot;convertFalseToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is false.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertNullToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is null.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertUndefinedToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is undefined.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
&quot;variableId&quot;: &quot;A String&quot;, # The Variable ID uniquely identifies the GTM Variable.
&quot;disablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for disabling conditional
# variables; the variable is enabled if one of the enabling trigger is true
# while all the disabling trigger are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this variable in the container.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;parameter&quot;: [ # The variable&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;enablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for enabling conditional
# variables; the variable is enabled if one of the enabling triggers is true
# while all the disabling triggers are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container Version as computed at
# storage time. This value is recomputed whenever the container version is
# modified.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;name&quot;: &quot;A String&quot;, # Container version display name.
# @mutable tagmanager.accounts.containers.versions.update
&quot;client&quot;: [ # The clients in the container that this version was taken from.
{
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Client as computed at storage time.
# This value is recomputed whenever the client is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;priority&quot;: 42, # Priority determines relative firing order.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;path&quot;: &quot;A String&quot;, # GTM client&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;type&quot;: &quot;A String&quot;, # Client type.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;parameter&quot;: [ # The client&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;clientId&quot;: &quot;A String&quot;, # The Client ID uniquely identifies the GTM client.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Client display name.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;folder&quot;: [ # The folders in the container that this version was taken from.
{ # Represents a Google Tag Manager Folder.
&quot;path&quot;: &quot;A String&quot;, # GTM Folder&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;name&quot;: &quot;A String&quot;, # Folder display name.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this folder in the container.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;folderId&quot;: &quot;A String&quot;, # The Folder ID uniquely identifies the GTM Folder.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Folder as computed at storage time.
# This value is recomputed whenever the folder is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;path&quot;: &quot;A String&quot;, # GTM ContainerVersions&#x27;s API relative path.
&quot;zone&quot;: [ # The zones in the container that this version was taken from.
{ # Represents a Google Tag Manager Zone&#x27;s contents.
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this zone in the container.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;zoneId&quot;: &quot;A String&quot;, # The Zone ID uniquely identifies the GTM Zone.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Zone as computed at storage time.
# This value is recomputed whenever the zone is modified.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;childContainer&quot;: [ # Containers that are children of this Zone.
{ # Represents a child container of a Zone.
&quot;nickname&quot;: &quot;A String&quot;, # The zone&#x27;s nickname for the child container.
&quot;publicId&quot;: &quot;A String&quot;, # The child container&#x27;s public id.
},
],
&quot;typeRestriction&quot;: { # Represents a Zone&#x27;s type restrictions. # This Zone&#x27;s type restrictions.
&quot;enable&quot;: True or False, # True if type restrictions have been enabled for this Zone.
&quot;whitelistedTypeId&quot;: [ # List of type public ids that have been whitelisted for use in this Zone.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # Zone display name.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;path&quot;: &quot;A String&quot;, # GTM Zone&#x27;s API relative path.
&quot;boundary&quot;: { # Represents a Zone&#x27;s boundaries. # This Zone&#x27;s boundary.
&quot;condition&quot;: [ # The conditions that, when conjoined, make up the boundary.
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;customEvaluationTriggerId&quot;: [ # Custom evaluation trigger IDs. A zone will evaluate its boundary
# conditions when any of the listed triggers are true.
&quot;A String&quot;,
],
},
},
],
&quot;containerVersionId&quot;: &quot;A String&quot;, # The Container Version ID uniquely identifies the GTM Container Version.
&quot;trigger&quot;: [ # The triggers in the container that this version was taken from.
{ # Represents a Google Tag Manager Trigger
&quot;triggerId&quot;: &quot;A String&quot;, # The Trigger ID uniquely identifies the GTM Trigger.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;continuousTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum continuous visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this trigger in the container.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;checkValidation&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should only fire tags if the form submit or link click
# event is not cancelled by some other event handler (e.g. because of
# validation). Only valid for Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;type&quot;: &quot;A String&quot;, # Defines the data layer event that causes this trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;verticalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled vertically.
# Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;horizontalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled
# horizontally. Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;limit&quot;: { # Represents a Google Tag Manager Parameter. # Limit of the number of GTM events this Timer Trigger will fire. If no limit
# is set, we will continue to fire GTM events until the user leaves the page.
# Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visiblePercentageMin&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;autoEventFilter&quot;: [ # Used in the case of auto event tracking.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;intervalSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Time between Timer Events to fire (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;selector&quot;: { # Represents a Google Tag Manager Parameter. # A click trigger CSS selector (i.e. &quot;a&quot;, &quot;button&quot; etc.). Only valid for AMP
# Click trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTags&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should delay the form submissions or link opening
# until all of the tags have fired (by preventing the default
# action and later simulating the default action). Only valid for
# Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;path&quot;: &quot;A String&quot;, # GTM Trigger&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Trigger display name.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;customEventFilter&quot;: [ # Used in the case of custom event, which is fired iff all Conditions are
# true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;visiblePercentageMax&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger maximum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parameter&quot;: [ # Additional parameters.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;filter&quot;: [ # The trigger will only fire iff all Conditions are true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;uniqueTriggerId&quot;: { # Represents a Google Tag Manager Parameter. # Globally unique id of the trigger that auto-generates this (a Form Submit,
# Link Click or Timer listener) if any. Used to make incompatible auto-events
# work together with trigger filtering based on trigger ids. This value is
# populated during output generation since the tags implied by triggers don&#x27;t
# exist until then. Only valid for Form Submit, Link Click and Timer
# triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Trigger as computed at storage time.
# This value is recomputed whenever the trigger is modified.
&quot;interval&quot;: { # Represents a Google Tag Manager Parameter. # Time between triggering recurring Timer Events (in milliseconds). Only
# valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;totalTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum total visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;eventName&quot;: { # Represents a Google Tag Manager Parameter. # Name of the GTM event that is fired. Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTagsTimeout&quot;: { # Represents a Google Tag Manager Parameter. # How long to wait (in milliseconds) for tags to fire when &#x27;waits_for_tags&#x27;
# above evaluates to &lt;code&gt;true&lt;/code&gt;. Only valid for Form Submission and
# Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;maxTimerLengthSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Max time to fire Timer Events (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visibilitySelector&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger CSS selector (i.e. &quot;#id&quot;). Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="update">update(path, body=None, fingerprint=None, x__xgafv=None)</code>
<pre>Updates a Container Version.
Args:
path: string, GTM ContainerVersion&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/versions/{version_id} (required)
body: object, The request body.
The object takes the form of:
{ # Represents a Google Tag Manager Container Version.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;container&quot;: { # Represents a Google Tag Manager Container, which specifies the platform tags # The container that this version was taken from.
# will run on, manages workspaces, and retains container versions.
&quot;usageContext&quot;: [ # List of Usage Contexts for the Container. Valid values include: &lt;code&gt;web,
# android, or ios&lt;/code&gt;.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container as computed at storage time. This
# value is recomputed whenever the account is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # The Container ID uniquely identifies the GTM Container.
&quot;domainName&quot;: [ # List of domain names associated with the Container.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # GTM Container&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Container display name.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;notes&quot;: &quot;A String&quot;, # Container Notes.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;publicId&quot;: &quot;A String&quot;, # Container Public ID.
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tag&quot;: [ # The tags in the container that this version was taken from.
{ # Represents a Google Tag Manager Tag.
&quot;name&quot;: &quot;A String&quot;, # Tag display name.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;path&quot;: &quot;A String&quot;, # GTM Tag&#x27;s API relative path.
&quot;parameter&quot;: [ # The tag&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this tag in the container.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tagId&quot;: &quot;A String&quot;, # The Tag ID uniquely identifies the GTM Tag.
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;liveOnly&quot;: True or False, # If set to true, this tag will only fire in the live environment (e.g. not
# in preview or debug mode).
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;setupTag&quot;: [ # The list of setup tags. Currently we only allow one.
{ # Represents a reference to atag that fires before another tag in order to
# set up dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the setup tag.
&quot;stopOnSetupFailure&quot;: True or False, # If true, fire the main tag if and only if the setup tag fires
# successfully.
# If false, fire the main tag regardless of setup tag firing status.
},
],
&quot;monitoringMetadata&quot;: { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data
# for tag monitoring.
# Notes:&lt;ul&gt;
# &lt;li&gt;This parameter must be type &lt;code&gt;MAP&lt;/code&gt;.&lt;/li&gt;
# &lt;li&gt;Each parameter in the map are type &lt;code&gt;TEMPLATE&lt;/code&gt;, however
# cannot contain variable references.&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time.
# This value is recomputed whenever the tag is modified.
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the
# tag will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;teardownTag&quot;: [ # The list of teardown tags. Currently we only allow one.
{ # Represents a tag that fires after another tag in order to tear down
# dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the teardown tag.
&quot;stopTeardownOnFailure&quot;: True or False, # If true, fire the teardown tag if and only if the main tag fires
# successfully.
# If false, fire the teardown tag regardless of main tag firing status.
},
],
&quot;type&quot;: &quot;A String&quot;, # GTM Tag Type.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;firingTriggerId&quot;: [ # Firing trigger IDs. A tag will fire when any of the listed triggers are
# true and all of its &lt;code&gt;blockingTriggerIds&lt;/code&gt; (if any specified) are
# false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;paused&quot;: True or False, # Indicates whether the tag is paused, which prevents the tag from firing.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;monitoringMetadataTagNameKey&quot;: &quot;A String&quot;, # If non-empty, then the tag display name will be included in the monitoring
# metadata map using the key specified.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;firingRuleId&quot;: [ # Firing rule IDs. A tag will fire when any of the listed rules are true and
# all of its &lt;code&gt;blockingRuleIds&lt;/code&gt; (if any specified) are false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;blockingRuleId&quot;: [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag
# will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;priority&quot;: { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in
# order of priority. Tags with higher numeric value fire first. A tag&#x27;s
# priority can be a positive or negative value. The default value is 0.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;tagFiringOption&quot;: &quot;A String&quot;, # Option to fire this tag.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;deleted&quot;: True or False, # A value of true indicates this container version has been deleted.
&quot;description&quot;: &quot;A String&quot;, # Container version description.
# @mutable tagmanager.accounts.containers.versions.update
&quot;builtInVariable&quot;: [ # The built-in variables in the container that this version was taken from.
{ # Built-in variables are a special category of variables that are pre-created
# and non-customizable. They provide common functionality like accessing
# propeties of the gtm data layer, monitoring clicks, or accessing elements
# of a page URL.
&quot;path&quot;: &quot;A String&quot;, # GTM BuiltInVariable&#x27;s API relative path.
&quot;type&quot;: &quot;A String&quot;, # Type of built-in variable.
# @required.tagmanager.accounts.containers.workspaces.built_in_variable.update
# @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update
&quot;name&quot;: &quot;A String&quot;, # Name of the built-in variable to be used to refer to the built-in variable.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;customTemplate&quot;: [ # The custom templates in the container that this version was taken from.
{ # Represents a Google Tag Manager Custom Template&#x27;s contents.
&quot;galleryReference&quot;: { # Represents the link between a custom template and an entry on the Community # A reference to the Community Template Gallery entry.
# Template Gallery site.
&quot;version&quot;: &quot;A String&quot;, # The version of the community gallery template.
&quot;signature&quot;: &quot;A String&quot;, # The signature of the community gallery template as computed at import time.
# This value is recomputed whenever the template is updated from the gallery.
&quot;repository&quot;: &quot;A String&quot;, # The name of the repository for the community gallery template.
&quot;host&quot;: &quot;A String&quot;, # The name of the host for the community gallery template.
&quot;isModified&quot;: True or False, # If a user has manually edited the community gallery template.
&quot;owner&quot;: &quot;A String&quot;, # The name of the owner for the community gallery template.
},
&quot;path&quot;: &quot;A String&quot;, # GTM Custom Template&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Custom Template display name.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;templateData&quot;: &quot;A String&quot;, # The custom template in text format.
&quot;templateId&quot;: &quot;A String&quot;, # The Custom Template ID uniquely identifies the GTM custom template.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Custom Template as computed at storage time.
# This value is recomputed whenever the template is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
},
],
&quot;variable&quot;: [ # The variables in the container that this version was taken from.
{ # Represents a Google Tag Manager Variable.
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;type&quot;: &quot;A String&quot;, # GTM Variable Type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Variable display name.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;path&quot;: &quot;A String&quot;, # GTM Variable&#x27;s API relative path.
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Variable as computed at storage time.
# This value is recomputed whenever the variable is modified.
&quot;formatValue&quot;: { # Option to convert a variable value to other value.
&quot;convertTrueToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is true.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;caseConversionType&quot;: &quot;A String&quot;, # The option to convert a string-type variable value to either lowercase or
# uppercase.
&quot;convertFalseToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is false.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertNullToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is null.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertUndefinedToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is undefined.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
&quot;variableId&quot;: &quot;A String&quot;, # The Variable ID uniquely identifies the GTM Variable.
&quot;disablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for disabling conditional
# variables; the variable is enabled if one of the enabling trigger is true
# while all the disabling trigger are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this variable in the container.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;parameter&quot;: [ # The variable&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;enablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for enabling conditional
# variables; the variable is enabled if one of the enabling triggers is true
# while all the disabling triggers are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container Version as computed at
# storage time. This value is recomputed whenever the container version is
# modified.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;name&quot;: &quot;A String&quot;, # Container version display name.
# @mutable tagmanager.accounts.containers.versions.update
&quot;client&quot;: [ # The clients in the container that this version was taken from.
{
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Client as computed at storage time.
# This value is recomputed whenever the client is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;priority&quot;: 42, # Priority determines relative firing order.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;path&quot;: &quot;A String&quot;, # GTM client&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;type&quot;: &quot;A String&quot;, # Client type.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;parameter&quot;: [ # The client&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;clientId&quot;: &quot;A String&quot;, # The Client ID uniquely identifies the GTM client.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Client display name.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;folder&quot;: [ # The folders in the container that this version was taken from.
{ # Represents a Google Tag Manager Folder.
&quot;path&quot;: &quot;A String&quot;, # GTM Folder&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;name&quot;: &quot;A String&quot;, # Folder display name.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this folder in the container.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;folderId&quot;: &quot;A String&quot;, # The Folder ID uniquely identifies the GTM Folder.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Folder as computed at storage time.
# This value is recomputed whenever the folder is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;path&quot;: &quot;A String&quot;, # GTM ContainerVersions&#x27;s API relative path.
&quot;zone&quot;: [ # The zones in the container that this version was taken from.
{ # Represents a Google Tag Manager Zone&#x27;s contents.
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this zone in the container.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;zoneId&quot;: &quot;A String&quot;, # The Zone ID uniquely identifies the GTM Zone.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Zone as computed at storage time.
# This value is recomputed whenever the zone is modified.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;childContainer&quot;: [ # Containers that are children of this Zone.
{ # Represents a child container of a Zone.
&quot;nickname&quot;: &quot;A String&quot;, # The zone&#x27;s nickname for the child container.
&quot;publicId&quot;: &quot;A String&quot;, # The child container&#x27;s public id.
},
],
&quot;typeRestriction&quot;: { # Represents a Zone&#x27;s type restrictions. # This Zone&#x27;s type restrictions.
&quot;enable&quot;: True or False, # True if type restrictions have been enabled for this Zone.
&quot;whitelistedTypeId&quot;: [ # List of type public ids that have been whitelisted for use in this Zone.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # Zone display name.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;path&quot;: &quot;A String&quot;, # GTM Zone&#x27;s API relative path.
&quot;boundary&quot;: { # Represents a Zone&#x27;s boundaries. # This Zone&#x27;s boundary.
&quot;condition&quot;: [ # The conditions that, when conjoined, make up the boundary.
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;customEvaluationTriggerId&quot;: [ # Custom evaluation trigger IDs. A zone will evaluate its boundary
# conditions when any of the listed triggers are true.
&quot;A String&quot;,
],
},
},
],
&quot;containerVersionId&quot;: &quot;A String&quot;, # The Container Version ID uniquely identifies the GTM Container Version.
&quot;trigger&quot;: [ # The triggers in the container that this version was taken from.
{ # Represents a Google Tag Manager Trigger
&quot;triggerId&quot;: &quot;A String&quot;, # The Trigger ID uniquely identifies the GTM Trigger.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;continuousTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum continuous visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this trigger in the container.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;checkValidation&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should only fire tags if the form submit or link click
# event is not cancelled by some other event handler (e.g. because of
# validation). Only valid for Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;type&quot;: &quot;A String&quot;, # Defines the data layer event that causes this trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;verticalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled vertically.
# Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;horizontalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled
# horizontally. Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;limit&quot;: { # Represents a Google Tag Manager Parameter. # Limit of the number of GTM events this Timer Trigger will fire. If no limit
# is set, we will continue to fire GTM events until the user leaves the page.
# Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visiblePercentageMin&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;autoEventFilter&quot;: [ # Used in the case of auto event tracking.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;intervalSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Time between Timer Events to fire (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;selector&quot;: { # Represents a Google Tag Manager Parameter. # A click trigger CSS selector (i.e. &quot;a&quot;, &quot;button&quot; etc.). Only valid for AMP
# Click trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTags&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should delay the form submissions or link opening
# until all of the tags have fired (by preventing the default
# action and later simulating the default action). Only valid for
# Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;path&quot;: &quot;A String&quot;, # GTM Trigger&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Trigger display name.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;customEventFilter&quot;: [ # Used in the case of custom event, which is fired iff all Conditions are
# true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;visiblePercentageMax&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger maximum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parameter&quot;: [ # Additional parameters.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;filter&quot;: [ # The trigger will only fire iff all Conditions are true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;uniqueTriggerId&quot;: { # Represents a Google Tag Manager Parameter. # Globally unique id of the trigger that auto-generates this (a Form Submit,
# Link Click or Timer listener) if any. Used to make incompatible auto-events
# work together with trigger filtering based on trigger ids. This value is
# populated during output generation since the tags implied by triggers don&#x27;t
# exist until then. Only valid for Form Submit, Link Click and Timer
# triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Trigger as computed at storage time.
# This value is recomputed whenever the trigger is modified.
&quot;interval&quot;: { # Represents a Google Tag Manager Parameter. # Time between triggering recurring Timer Events (in milliseconds). Only
# valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;totalTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum total visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;eventName&quot;: { # Represents a Google Tag Manager Parameter. # Name of the GTM event that is fired. Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTagsTimeout&quot;: { # Represents a Google Tag Manager Parameter. # How long to wait (in milliseconds) for tags to fire when &#x27;waits_for_tags&#x27;
# above evaluates to &lt;code&gt;true&lt;/code&gt;. Only valid for Form Submission and
# Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;maxTimerLengthSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Max time to fire Timer Events (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visibilitySelector&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger CSS selector (i.e. &quot;#id&quot;). Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
],
}
fingerprint: string, When provided, this fingerprint must match the fingerprint of the
container version in storage.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Represents a Google Tag Manager Container Version.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;container&quot;: { # Represents a Google Tag Manager Container, which specifies the platform tags # The container that this version was taken from.
# will run on, manages workspaces, and retains container versions.
&quot;usageContext&quot;: [ # List of Usage Contexts for the Container. Valid values include: &lt;code&gt;web,
# android, or ios&lt;/code&gt;.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container as computed at storage time. This
# value is recomputed whenever the account is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # The Container ID uniquely identifies the GTM Container.
&quot;domainName&quot;: [ # List of domain names associated with the Container.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;A String&quot;,
],
&quot;path&quot;: &quot;A String&quot;, # GTM Container&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Container display name.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;notes&quot;: &quot;A String&quot;, # Container Notes.
# @mutable tagmanager.accounts.containers.create
# @mutable tagmanager.accounts.containers.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;publicId&quot;: &quot;A String&quot;, # Container Public ID.
},
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tag&quot;: [ # The tags in the container that this version was taken from.
{ # Represents a Google Tag Manager Tag.
&quot;name&quot;: &quot;A String&quot;, # Tag display name.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;path&quot;: &quot;A String&quot;, # GTM Tag&#x27;s API relative path.
&quot;parameter&quot;: [ # The tag&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this tag in the container.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;tagId&quot;: &quot;A String&quot;, # The Tag ID uniquely identifies the GTM Tag.
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;liveOnly&quot;: True or False, # If set to true, this tag will only fire in the live environment (e.g. not
# in preview or debug mode).
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;setupTag&quot;: [ # The list of setup tags. Currently we only allow one.
{ # Represents a reference to atag that fires before another tag in order to
# set up dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the setup tag.
&quot;stopOnSetupFailure&quot;: True or False, # If true, fire the main tag if and only if the setup tag fires
# successfully.
# If false, fire the main tag regardless of setup tag firing status.
},
],
&quot;monitoringMetadata&quot;: { # Represents a Google Tag Manager Parameter. # A map of key-value pairs of tag metadata to be included in the event data
# for tag monitoring.
# Notes:&lt;ul&gt;
# &lt;li&gt;This parameter must be type &lt;code&gt;MAP&lt;/code&gt;.&lt;/li&gt;
# &lt;li&gt;Each parameter in the map are type &lt;code&gt;TEMPLATE&lt;/code&gt;, however
# cannot contain variable references.&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Tag as computed at storage time.
# This value is recomputed whenever the tag is modified.
&quot;blockingTriggerId&quot;: [ # Blocking trigger IDs. If any of the listed triggers evaluate to true, the
# tag will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;teardownTag&quot;: [ # The list of teardown tags. Currently we only allow one.
{ # Represents a tag that fires after another tag in order to tear down
# dependencies.
&quot;tagName&quot;: &quot;A String&quot;, # The name of the teardown tag.
&quot;stopTeardownOnFailure&quot;: True or False, # If true, fire the teardown tag if and only if the main tag fires
# successfully.
# If false, fire the teardown tag regardless of main tag firing status.
},
],
&quot;type&quot;: &quot;A String&quot;, # GTM Tag Type.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;firingTriggerId&quot;: [ # Firing trigger IDs. A tag will fire when any of the listed triggers are
# true and all of its &lt;code&gt;blockingTriggerIds&lt;/code&gt; (if any specified) are
# false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a tag.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;paused&quot;: True or False, # Indicates whether the tag is paused, which prevents the tag from firing.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;monitoringMetadataTagNameKey&quot;: &quot;A String&quot;, # If non-empty, then the tag display name will be included in the monitoring
# metadata map using the key specified.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;firingRuleId&quot;: [ # Firing rule IDs. A tag will fire when any of the listed rules are true and
# all of its &lt;code&gt;blockingRuleIds&lt;/code&gt; (if any specified) are false.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;blockingRuleId&quot;: [ # Blocking rule IDs. If any of the listed rules evaluate to true, the tag
# will not fire.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;A String&quot;,
],
&quot;priority&quot;: { # Represents a Google Tag Manager Parameter. # User defined numeric priority of the tag. Tags are fired asynchronously in
# order of priority. Tags with higher numeric value fire first. A tag&#x27;s
# priority can be a positive or negative value. The default value is 0.
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;tagFiringOption&quot;: &quot;A String&quot;, # Option to fire this tag.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;deleted&quot;: True or False, # A value of true indicates this container version has been deleted.
&quot;description&quot;: &quot;A String&quot;, # Container version description.
# @mutable tagmanager.accounts.containers.versions.update
&quot;builtInVariable&quot;: [ # The built-in variables in the container that this version was taken from.
{ # Built-in variables are a special category of variables that are pre-created
# and non-customizable. They provide common functionality like accessing
# propeties of the gtm data layer, monitoring clicks, or accessing elements
# of a page URL.
&quot;path&quot;: &quot;A String&quot;, # GTM BuiltInVariable&#x27;s API relative path.
&quot;type&quot;: &quot;A String&quot;, # Type of built-in variable.
# @required.tagmanager.accounts.containers.workspaces.built_in_variable.update
# @mutable tagmanager.accounts.containers.workspaces.built_in_variable.update
&quot;name&quot;: &quot;A String&quot;, # Name of the built-in variable to be used to refer to the built-in variable.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;customTemplate&quot;: [ # The custom templates in the container that this version was taken from.
{ # Represents a Google Tag Manager Custom Template&#x27;s contents.
&quot;galleryReference&quot;: { # Represents the link between a custom template and an entry on the Community # A reference to the Community Template Gallery entry.
# Template Gallery site.
&quot;version&quot;: &quot;A String&quot;, # The version of the community gallery template.
&quot;signature&quot;: &quot;A String&quot;, # The signature of the community gallery template as computed at import time.
# This value is recomputed whenever the template is updated from the gallery.
&quot;repository&quot;: &quot;A String&quot;, # The name of the repository for the community gallery template.
&quot;host&quot;: &quot;A String&quot;, # The name of the host for the community gallery template.
&quot;isModified&quot;: True or False, # If a user has manually edited the community gallery template.
&quot;owner&quot;: &quot;A String&quot;, # The name of the owner for the community gallery template.
},
&quot;path&quot;: &quot;A String&quot;, # GTM Custom Template&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Custom Template display name.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;templateData&quot;: &quot;A String&quot;, # The custom template in text format.
&quot;templateId&quot;: &quot;A String&quot;, # The Custom Template ID uniquely identifies the GTM custom template.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Custom Template as computed at storage time.
# This value is recomputed whenever the template is modified.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
},
],
&quot;variable&quot;: [ # The variables in the container that this version was taken from.
{ # Represents a Google Tag Manager Variable.
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;type&quot;: &quot;A String&quot;, # GTM Variable Type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Variable display name.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;path&quot;: &quot;A String&quot;, # GTM Variable&#x27;s API relative path.
&quot;scheduleEndMs&quot;: &quot;A String&quot;, # The end timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Variable as computed at storage time.
# This value is recomputed whenever the variable is modified.
&quot;formatValue&quot;: { # Option to convert a variable value to other value.
&quot;convertTrueToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is true.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;caseConversionType&quot;: &quot;A String&quot;, # The option to convert a string-type variable value to either lowercase or
# uppercase.
&quot;convertFalseToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is false.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertNullToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is null.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;convertUndefinedToValue&quot;: { # Represents a Google Tag Manager Parameter. # The value to convert if a variable value is undefined.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
&quot;variableId&quot;: &quot;A String&quot;, # The Variable ID uniquely identifies the GTM Variable.
&quot;disablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for disabling conditional
# variables; the variable is enabled if one of the enabling trigger is true
# while all the disabling trigger are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this variable in the container.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;scheduleStartMs&quot;: &quot;A String&quot;, # The start timestamp in milliseconds to schedule a variable.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;parameter&quot;: [ # The variable&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;enablingTriggerId&quot;: [ # For mobile containers only: A list of trigger IDs for enabling conditional
# variables; the variable is enabled if one of the enabling triggers is true
# while all the disabling triggers are false. Treated as an unordered set.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
&quot;A String&quot;,
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Container Version as computed at
# storage time. This value is recomputed whenever the container version is
# modified.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;name&quot;: &quot;A String&quot;, # Container version display name.
# @mutable tagmanager.accounts.containers.versions.update
&quot;client&quot;: [ # The clients in the container that this version was taken from.
{
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Client as computed at storage time.
# This value is recomputed whenever the client is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;priority&quot;: 42, # Priority determines relative firing order.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;path&quot;: &quot;A String&quot;, # GTM client&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;type&quot;: &quot;A String&quot;, # Client type.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;parameter&quot;: [ # The client&#x27;s parameters.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;clientId&quot;: &quot;A String&quot;, # The Client ID uniquely identifies the GTM client.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;name&quot;: &quot;A String&quot;, # Client display name.
# @mutable tagmanager.accounts.containers.workspaces.clients.create
# @mutable tagmanager.accounts.containers.workspaces.clients.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
},
],
&quot;folder&quot;: [ # The folders in the container that this version was taken from.
{ # Represents a Google Tag Manager Folder.
&quot;path&quot;: &quot;A String&quot;, # GTM Folder&#x27;s API relative path.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;name&quot;: &quot;A String&quot;, # Folder display name.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this folder in the container.
# @mutable tagmanager.accounts.containers.workspaces.folders.create
# @mutable tagmanager.accounts.containers.workspaces.folders.update
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;folderId&quot;: &quot;A String&quot;, # The Folder ID uniquely identifies the GTM Folder.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Folder as computed at storage time.
# This value is recomputed whenever the folder is modified.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
},
],
&quot;path&quot;: &quot;A String&quot;, # GTM ContainerVersions&#x27;s API relative path.
&quot;zone&quot;: [ # The zones in the container that this version was taken from.
{ # Represents a Google Tag Manager Zone&#x27;s contents.
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this zone in the container.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;zoneId&quot;: &quot;A String&quot;, # The Zone ID uniquely identifies the GTM Zone.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Zone as computed at storage time.
# This value is recomputed whenever the zone is modified.
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;childContainer&quot;: [ # Containers that are children of this Zone.
{ # Represents a child container of a Zone.
&quot;nickname&quot;: &quot;A String&quot;, # The zone&#x27;s nickname for the child container.
&quot;publicId&quot;: &quot;A String&quot;, # The child container&#x27;s public id.
},
],
&quot;typeRestriction&quot;: { # Represents a Zone&#x27;s type restrictions. # This Zone&#x27;s type restrictions.
&quot;enable&quot;: True or False, # True if type restrictions have been enabled for this Zone.
&quot;whitelistedTypeId&quot;: [ # List of type public ids that have been whitelisted for use in this Zone.
&quot;A String&quot;,
],
},
&quot;name&quot;: &quot;A String&quot;, # Zone display name.
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;path&quot;: &quot;A String&quot;, # GTM Zone&#x27;s API relative path.
&quot;boundary&quot;: { # Represents a Zone&#x27;s boundaries. # This Zone&#x27;s boundary.
&quot;condition&quot;: [ # The conditions that, when conjoined, make up the boundary.
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;customEvaluationTriggerId&quot;: [ # Custom evaluation trigger IDs. A zone will evaluate its boundary
# conditions when any of the listed triggers are true.
&quot;A String&quot;,
],
},
},
],
&quot;containerVersionId&quot;: &quot;A String&quot;, # The Container Version ID uniquely identifies the GTM Container Version.
&quot;trigger&quot;: [ # The triggers in the container that this version was taken from.
{ # Represents a Google Tag Manager Trigger
&quot;triggerId&quot;: &quot;A String&quot;, # The Trigger ID uniquely identifies the GTM Trigger.
&quot;containerId&quot;: &quot;A String&quot;, # GTM Container ID.
&quot;continuousTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum continuous visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;notes&quot;: &quot;A String&quot;, # User notes on how to apply this trigger in the container.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;checkValidation&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should only fire tags if the form submit or link click
# event is not cancelled by some other event handler (e.g. because of
# validation). Only valid for Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;type&quot;: &quot;A String&quot;, # Defines the data layer event that causes this trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;verticalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled vertically.
# Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;workspaceId&quot;: &quot;A String&quot;, # GTM Workspace ID.
&quot;horizontalScrollPercentageList&quot;: { # Represents a Google Tag Manager Parameter. # List of integer percentage values for scroll triggers. The trigger will
# fire when each percentage is reached when the view is scrolled
# horizontally. Only valid for AMP scroll triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;limit&quot;: { # Represents a Google Tag Manager Parameter. # Limit of the number of GTM events this Timer Trigger will fire. If no limit
# is set, we will continue to fire GTM events until the user leaves the page.
# Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visiblePercentageMin&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;autoEventFilter&quot;: [ # Used in the case of auto event tracking.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;parentFolderId&quot;: &quot;A String&quot;, # Parent folder id.
&quot;accountId&quot;: &quot;A String&quot;, # GTM Account ID.
&quot;intervalSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Time between Timer Events to fire (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;selector&quot;: { # Represents a Google Tag Manager Parameter. # A click trigger CSS selector (i.e. &quot;a&quot;, &quot;button&quot; etc.). Only valid for AMP
# Click trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTags&quot;: { # Represents a Google Tag Manager Parameter. # Whether or not we should delay the form submissions or link opening
# until all of the tags have fired (by preventing the default
# action and later simulating the default action). Only valid for
# Form Submission and Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;path&quot;: &quot;A String&quot;, # GTM Trigger&#x27;s API relative path.
&quot;name&quot;: &quot;A String&quot;, # Trigger display name.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;customEventFilter&quot;: [ # Used in the case of custom event, which is fired iff all Conditions are
# true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;tagManagerUrl&quot;: &quot;A String&quot;, # Auto generated link to the tag manager UI
&quot;visiblePercentageMax&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger maximum percent visibility. Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;parameter&quot;: [ # Additional parameters.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
&quot;filter&quot;: [ # The trigger will only fire iff all Conditions are true.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a predicate.
&quot;type&quot;: &quot;A String&quot;, # The type of operator for this condition.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;parameter&quot;: [ # A list of named parameters (key/value), depending on the condition&#x27;s type.
# Notes:&lt;ul&gt;
# &lt;li&gt;For binary operators, include parameters named &lt;code&gt;arg0&lt;/code&gt; and
# &lt;code&gt;arg1&lt;/code&gt; for specifying the left and right operands,
# respectively.&lt;/li&gt;
# &lt;li&gt;At this time, the left operand (&lt;code&gt;arg0&lt;/code&gt;) must be a reference
# to a variable.&lt;/li&gt;
# &lt;li&gt;For case-insensitive Regex matching, include a boolean parameter named
# &lt;code&gt;ignore_case&lt;/code&gt; that is set to &lt;code&gt;true&lt;/code&gt;.
# If not specified or set to any other value, the matching will be case
# sensitive.&lt;/li&gt;
# &lt;li&gt;To negate an operator, include a boolean parameter named
# &lt;code&gt;negate&lt;/code&gt; boolean parameter that is set to &lt;code&gt;true&lt;/code&gt;.
# &lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
{ # Represents a Google Tag Manager Parameter.
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
],
},
],
&quot;uniqueTriggerId&quot;: { # Represents a Google Tag Manager Parameter. # Globally unique id of the trigger that auto-generates this (a Form Submit,
# Link Click or Timer listener) if any. Used to make incompatible auto-events
# work together with trigger filtering based on trigger ids. This value is
# populated during output generation since the tags implied by triggers don&#x27;t
# exist until then. Only valid for Form Submit, Link Click and Timer
# triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;fingerprint&quot;: &quot;A String&quot;, # The fingerprint of the GTM Trigger as computed at storage time.
# This value is recomputed whenever the trigger is modified.
&quot;interval&quot;: { # Represents a Google Tag Manager Parameter. # Time between triggering recurring Timer Events (in milliseconds). Only
# valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;totalTimeMinMilliseconds&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger minimum total visible time (in milliseconds).
# Only valid for AMP Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;eventName&quot;: { # Represents a Google Tag Manager Parameter. # Name of the GTM event that is fired. Only valid for Timer triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;waitForTagsTimeout&quot;: { # Represents a Google Tag Manager Parameter. # How long to wait (in milliseconds) for tags to fire when &#x27;waits_for_tags&#x27;
# above evaluates to &lt;code&gt;true&lt;/code&gt;. Only valid for Form Submission and
# Link Click triggers.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;maxTimerLengthSeconds&quot;: { # Represents a Google Tag Manager Parameter. # Max time to fire Timer Events (in seconds). Only valid for AMP Timer
# trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
&quot;visibilitySelector&quot;: { # Represents a Google Tag Manager Parameter. # A visibility trigger CSS selector (i.e. &quot;#id&quot;). Only valid for AMP
# Visibility trigger.
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
&quot;value&quot;: &quot;A String&quot;, # A parameter&#x27;s value (may contain variable references such as
# &quot;{{myVariable}}&quot;)
# as appropriate to the specified type.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;type&quot;: &quot;A String&quot;, # The parameter type. Valid values are:&lt;ul&gt;
# &lt;li&gt;&lt;code&gt;boolean&lt;/code&gt;: The value represents a boolean, represented as
# &#x27;true&#x27; or &#x27;false&#x27;&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;integer&lt;/code&gt;: The value represents a 64-bit signed integer
# value, in base 10&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;list&lt;/code&gt;: A list of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;map&lt;/code&gt;: A map of parameters should be specified&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;template&lt;/code&gt;: The value represents any text; this can include
# variable references (even variable references that might return
# non-string types)&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;trigger_reference&lt;/code&gt;: The value represents a trigger,
# represented as the trigger id&lt;/li&gt;
# &lt;li&gt;&lt;code&gt;tag_reference&lt;/code&gt;: The value represents a tag, represented as
# the tag name&lt;/li&gt;
# &lt;/ul&gt;
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;list&quot;: [ # This list parameter&#x27;s parameters (keys will be ignored).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
&quot;key&quot;: &quot;A String&quot;, # The named key that uniquely identifies a parameter. Required for top-level
# parameters, as well as map values. Ignored for list values.
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
&quot;map&quot;: [ # This map parameter&#x27;s parameters (must have keys; keys must be unique).
# @mutable tagmanager.accounts.containers.workspaces.variables.create
# @mutable tagmanager.accounts.containers.workspaces.variables.update
# @mutable tagmanager.accounts.containers.workspaces.triggers.create
# @mutable tagmanager.accounts.containers.workspaces.triggers.update
# @mutable tagmanager.accounts.containers.workspaces.tags.create
# @mutable tagmanager.accounts.containers.workspaces.tags.update
# Object with schema name: Parameter
],
},
},
],
}</pre>
</div>
</body></html>