gtm_versions_undelete: Undeletes a container version

View source: R/versions.R

gtm_versions_undeleteR Documentation

Undeletes a container version

Description

Undeletes a container version

Usage

gtm_versions_undelete(account_id, container_id, version_id)

Arguments

account_id

Account Id

container_id

Container Id

version_id

Version Id

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/versions/undelete

Other versions functions: gtm_versions_publish(), gtm_versions_setlatest()

Examples


## Not run: 
accountId <- 1234567
containerId <- 7654321
versionId <- 6

version <- gtm_versions_undelete(accountId, containerId, versionId)


## End(Not run)



googleTagManageR documentation built on April 17, 2022, 1:05 a.m.