Resource: ContainerVersion
Represents a Google Tag Manager Container Version.
JSON representation |
---|
{ "accountId": string, "containerId": string, "containerVersionId": string, "name": string, "deleted": boolean, "notes": string, "container": { object ( |
Fields | |
---|---|
accountId |
GTM Account ID. |
containerId |
GTM Container ID. |
containerVersionId |
The Container Version ID uniquely identifies the GTM Container Version. |
name |
Container version display name. |
deleted |
A value of true indicates this container version has been deleted. |
notes |
User notes on how to apply this container version in the container. |
container |
The container that this version was taken from. |
tag[] |
The tags in the container that this version was taken from. |
trigger[] |
The triggers in the container that this version was taken from. |
variable[] |
The variables in the container that this version was taken from. |
folder[] |
The folders in the container that this version was taken from. |
fingerprint |
The fingerprint of the GTM Container Version as computed at storage time. This value is recomputed whenever the container version is modified. |
Methods |
|
---|---|
|
Creates a Container Version. |
|
Deletes a Container Version. |
|
Gets a Container Version. |
|
Lists all Container Versions of a GTM Container. |
|
Publishes a Container Version. |
|
Restores a Container Version. |
|
Undeletes a Container Version. |
|
Updates a Container Version. |