tagmanager  v1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456789]
 NGoogle
 NApis
 NTagManager
 Nv1
 NData
 CAccountRepresents a Google Tag Manager Account.
 CAccountAccessDefines the Google Tag Manager Account access permissions.
 CConditionRepresents a predicate.
 CContainerRepresents a Google Tag Manager Container.
 CContainerAccessDefines the Google Tag Manager Container access permissions.
 CContainerVersionRepresents a Google Tag Manager Container Version.
 CContainerVersionHeaderRepresents a Google Tag Manager Container Version Header.
 CCreateContainerVersionRequestVersionOptionsOptions for new container versions.
 CCreateContainerVersionResponseCreate container versions response.
 CEnvironmentRepresents a Google Tag Manager Environment. Note that a user can create, delete and update environments of type USER, but can only update the enable_debug and url fields of environments of other types.
 CFolderRepresents a Google Tag Manager Folder.
 CFolderEntitiesRepresents a Google Tag Manager Folder's contents.
 CListAccountsResponseList Accounts Response.
 CListAccountUsersResponseList AccountUsers Response.
 CListContainersResponseList Containers Response.
 CListContainerVersionsResponseList container versions response.
 CListEnvironmentsResponseList Environments Response.
 CListFoldersResponseList Folders Response.
 CListTagsResponseList Tags Response.
 CListTriggersResponseList triggers response.
 CListVariablesResponseList Variables Response.
 CMacroRepresents a Google Tag Manager Macro.
 CParameterRepresents a Google Tag Manager Parameter.
 CPublishContainerVersionResponsePublish container version response.
 CRuleRepresents a Google Tag Manager Rule.
 CSetupTag
 CTagRepresents a Google Tag Manager Tag.
 CTeardownTag
 CTriggerRepresents a Google Tag Manager Trigger
 CUserAccessRepresents a user's permissions to an account and its container.
 CVariableRepresents a Google Tag Manager Variable.
 CAccountsResourceThe "accounts" collection of methods.
 CContainersResourceThe "containers" collection of methods.
 CCreateRequestCreates a Container.
 CDeleteRequestDeletes a Container.
 CEnvironmentsResourceThe "environments" collection of methods.
 CCreateRequestCreates a GTM Environment.
 CDeleteRequestDeletes a GTM Environment.
 CGetRequestGets a GTM Environment.
 CListRequestLists all GTM Environments of a GTM Container.
 CUpdateRequestUpdates a GTM Environment.
 CFoldersResourceThe "folders" collection of methods.
 CCreateRequestCreates a GTM Folder.
 CDeleteRequestDeletes a GTM Folder.
 CEntitiesResourceThe "entities" collection of methods.
 CListRequestList all entities in a GTM Folder.
 CGetRequestGets a GTM Folder.
 CListRequestLists all GTM Folders of a Container.
 CUpdateRequestUpdates a GTM Folder.
 CGetRequestGets a Container.
 CListRequestLists all Containers that belongs to a GTM Account.
 CMoveFoldersResourceThe "move_folders" collection of methods.
 CUpdateRequestMoves entities to a GTM Folder.
 CReauthorizeEnvironmentsResourceThe "reauthorize_environments" collection of methods.
 CUpdateRequestRe-generates the authorization code for a GTM Environment.
 CTagsResourceThe "tags" collection of methods.
 CCreateRequestCreates a GTM Tag.
 CDeleteRequestDeletes a GTM Tag.
 CGetRequestGets a GTM Tag.
 CListRequestLists all GTM Tags of a Container.
 CUpdateRequestUpdates a GTM Tag.
 CTriggersResourceThe "triggers" collection of methods.
 CCreateRequestCreates a GTM Trigger.
 CDeleteRequestDeletes a GTM Trigger.
 CGetRequestGets a GTM Trigger.
 CListRequestLists all GTM Triggers of a Container.
 CUpdateRequestUpdates a GTM Trigger.
 CUpdateRequestUpdates a Container.
 CVariablesResourceThe "variables" collection of methods.
 CCreateRequestCreates a GTM Variable.
 CDeleteRequestDeletes a GTM Variable.
 CGetRequestGets a GTM Variable.
 CListRequestLists all GTM Variables of a Container.
 CUpdateRequestUpdates a GTM Variable.
 CVersionsResourceThe "versions" collection of methods.
 CCreateRequestCreates a Container Version.
 CDeleteRequestDeletes a Container Version.
 CGetRequestGets a Container Version.
 CListRequestLists all Container Versions of a GTM Container.
 CPublishRequestPublishes a Container Version.
 CRestoreRequestRestores a Container Version. This will overwrite the container's current configuration (including its variables, triggers and tags). The operation will not have any effect on the version that is being served (i.e. the published version).
 CUndeleteRequestUndeletes a Container Version.
 CUpdateRequestUpdates a Container Version.
 CGetRequestGets a GTM Account.
 CListRequestLists all GTM Accounts that a user has access to.
 CPermissionsResourceThe "permissions" collection of methods.
 CCreateRequestCreates a user's Account & Container Permissions.
 CDeleteRequestRemoves a user from the account, revoking access to it and all of its containers.
 CGetRequestGets a user's Account & Container Permissions.
 CListRequestList all users that have access to the account along with Account and Container Permissions granted to each of them.
 CUpdateRequestUpdates a user's Account & Container Permissions.
 CUpdateRequestUpdates a GTM Account.
 CTagManagerBaseServiceRequestA base abstract class for TagManager requests.
 CTagManagerServiceThe TagManager Service.