[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-10 UTC."],[],[],null,["# REST Resource: accounts.containers.versions\n\n- [Resource: ContainerVersion](#ContainerVersion)\n - [JSON representation](#ContainerVersion.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ContainerVersion\n--------------------------\n\nRepresents a Google Tag Manager Container Version.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accountId\": string, \"containerId\": string, \"containerVersionId\": string, \"name\": string, \"deleted\": boolean, \"notes\": string, \"container\": { object (/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers#Container) }, \"tag\": [ { object (/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.tags#Tag) } ], \"trigger\": [ { object (/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.triggers#Trigger) } ], \"variable\": [ { object (/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.variables#Variable) } ], \"folder\": [ { object (/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.folders#Folder) } ], \"fingerprint\": string } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accountId` | `string` GTM Account ID. |\n| `containerId` | `string` GTM Container ID. |\n| `containerVersionId` | `string` The Container Version ID uniquely identifies the GTM Container Version. |\n| `name` | `string` Container version display name. |\n| `deleted` | `boolean` A value of true indicates this container version has been deleted. |\n| `notes` | `string` User notes on how to apply this container version in the container. |\n| `container` | `object (`[Container](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers#Container)`)` The container that this version was taken from. |\n| `tag[]` | `object (`[Tag](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.tags#Tag)`)` The tags in the container that this version was taken from. |\n| `trigger[]` | `object (`[Trigger](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.triggers#Trigger)`)` The triggers in the container that this version was taken from. |\n| `variable[]` | `object (`[Variable](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.variables#Variable)`)` The variables in the container that this version was taken from. |\n| `folder[]` | `object (`[Folder](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.folders#Folder)`)` The folders in the container that this version was taken from. |\n| `fingerprint` | `string` The fingerprint of the GTM Container Version as computed at storage time. This value is recomputed whenever the container version is modified. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------|--------------------------------------------------|\n| ### [create](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/create) | Creates a Container Version. |\n| ### [delete](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/delete) | Deletes a Container Version. |\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/get) | Gets a Container Version. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/list) | Lists all Container Versions of a GTM Container. |\n| ### [publish](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/publish) | Publishes a Container Version. |\n| ### [restore](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/restore) | Restores a Container Version. |\n| ### [undelete](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/undelete) | Undeletes a Container Version. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v1/accounts.containers.versions/update) | Updates a Container Version. |"]]