blob: f14ce1cda4767cffd2355eef20dc7182fcdcbbf9 [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.variables.html">variables</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 Variable.</p>
<p class="toc_element">
<code><a href="#delete">delete(path, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a GTM Variable.</p>
<p class="toc_element">
<code><a href="#get">get(path, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a GTM Variable.</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 Variables 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="#revert">revert(path, fingerprint=None, x__xgafv=None)</a></code></p>
<p class="firstline">Reverts changes to a GTM Variable 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 Variable.</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 Variable.
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 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
}
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 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
}</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(path, x__xgafv=None)</code>
<pre>Deletes a GTM Variable.
Args:
path: string, GTM Variable&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
</pre>
</div>
<div class="method">
<code class="details" id="get">get(path, x__xgafv=None)</code>
<pre>Gets a GTM Variable.
Args:
path: string, GTM Variable&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_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 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
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, pageToken=None, x__xgafv=None)</code>
<pre>Lists all GTM Variables 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 Variables Response.
&quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token for fetching the next page of results.
&quot;variable&quot;: [ # All GTM Variables of a GTM Container.
{ # 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
},
],
}</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="revert">revert(path, fingerprint=None, x__xgafv=None)</code>
<pre>Reverts changes to a GTM Variable in a GTM Workspace.
Args:
path: string, GTM Variable&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} (required)
fingerprint: string, When provided, this fingerprint must match the fingerprint of the variable
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 a variable in a workspace.
&quot;variable&quot;: { # Represents a Google Tag Manager Variable. # Variable as it appears in the latest container version since the last
# workspace synchronization operation. If no variable is present, that means
# the variable was deleted in the latest container version.
&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
},
}</pre>
</div>
<div class="method">
<code class="details" id="update">update(path, body=None, fingerprint=None, x__xgafv=None)</code>
<pre>Updates a GTM Variable.
Args:
path: string, GTM Variable&#x27;s API relative path.
Example:
accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} (required)
body: object, The request body.
The object takes the form of:
{ # 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
}
fingerprint: string, When provided, this fingerprint must match the fingerprint of the variable
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 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
}</pre>
</div>
</body></html>