blob: b9b69a1a219b82f3a989b6d31a6bad9cc315b079 [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.workspaces.html">workspaces</a> . <a href="tagmanager_v2.accounts.containers.workspaces.folders.html">folders</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a GTM Folder.</p>
<p class="toc_element">
<code><a href="#delete">delete(path, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a GTM Folder.</p>
<p class="toc_element">
<code><a href="#entities">entities(path, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List all entities in a GTM Folder.</p>
<p class="toc_element">
<code><a href="#entities_next">entities_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#get">get(path, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a GTM Folder.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all GTM Folders of a Container.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#move_entities_to_folder">move_entities_to_folder(path, body=None, triggerId=None, tagId=None, variableId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Moves entities to a GTM Folder.</p>
<p class="toc_element">
<code><a href="#revert">revert(path, fingerprint=None, x__xgafv=None)</a></code></p>
<p class="firstline">Reverts changes to a GTM Folder in a GTM Workspace.</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 GTM Folder.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
<pre>Creates a GTM Folder.
Args:
parent: string, GTM Workspace&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} (required)
body: object, The request body.
The object takes the form of:
{ # 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.
}
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 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.
}</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(path, x__xgafv=None)</code>
<pre>Deletes a GTM Folder.
Args:
path: string, GTM Folder&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_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="entities">entities(path, pageToken=None, x__xgafv=None)</code>
<pre>List all entities in a GTM Folder.
Args:
path: string, GTM Folder&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} (required)
pageToken: string, Continuation token for fetching the next page of results.
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 Folder&#x27;s contents.
&quot;variable&quot;: [ # The list of variables inside the folder.
{ # 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;nextPageToken&quot;: &quot;A String&quot;, # Continuation token for fetching the next page of results.
&quot;tag&quot;: [ # The list of tags inside the folder.
{ # 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;trigger&quot;: [ # The list of triggers inside the folder.
{ # 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="entities_next">entities_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
<div class="method">
<code class="details" id="get">get(path, x__xgafv=None)</code>
<pre>Gets a GTM Folder.
Args:
path: string, GTM Folder&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_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 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.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, pageToken=None, x__xgafv=None)</code>
<pre>Lists all GTM Folders of a Container.
Args:
parent: string, GTM Workspace&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} (required)
pageToken: string, Continuation token for fetching the next page of results.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # List Folders Response.
&quot;folder&quot;: [ # All GTM Folders of a GTM Container.
{ # 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;nextPageToken&quot;: &quot;A String&quot;, # Continuation token for fetching the next page of results.
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
<div class="method">
<code class="details" id="move_entities_to_folder">move_entities_to_folder(path, body=None, triggerId=None, tagId=None, variableId=None, x__xgafv=None)</code>
<pre>Moves entities to a GTM Folder.
Args:
path: string, GTM Folder&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} (required)
body: object, The request body.
The object takes the form of:
{ # 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.
}
triggerId: string, The triggers to be moved to the folder. (repeated)
tagId: string, The tags to be moved to the folder. (repeated)
variableId: string, The variables to be moved to the folder. (repeated)
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="revert">revert(path, fingerprint=None, x__xgafv=None)</code>
<pre>Reverts changes to a GTM Folder in a GTM Workspace.
Args:
path: string, GTM Folder&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} (required)
fingerprint: string, When provided, this fingerprint must match the fingerprint of the tag
in storage.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # The result of reverting folder changes in a workspace.
&quot;folder&quot;: { # Represents a Google Tag Manager Folder. # Folder as it appears in the latest container version since the last
# workspace synchronization operation. If no folder is present, that means
# the folder was deleted in the latest container version.
&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.
},
}</pre>
</div>
<div class="method">
<code class="details" id="update">update(path, body=None, fingerprint=None, x__xgafv=None)</code>
<pre>Updates a GTM Folder.
Args:
path: string, GTM Folder&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} (required)
body: object, The request body.
The object takes the form of:
{ # 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.
}
fingerprint: string, When provided, this fingerprint must match the fingerprint of the folder 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 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.
}</pre>
</div>
</body></html>