AccountsContainersWorkspacesFolders
class AccountsContainersWorkspacesFolders extends Resource (View source)
The "folders" collection of methods.
Typical usage is:
$tagmanagerService = new Google\Service\TagManager(...);
$folders = $tagmanagerService->accounts_containers_workspaces_folders;
Methods
Deletes a GTM Folder. (folders.delete)
List all entities in a GTM Folder. (folders.entities)
Lists all GTM Folders of a Container.
Moves entities to a GTM Folder. If {folder_id} in the request path equals 0, this will instead move entities out of the folder they currently belong to.
Reverts changes to a GTM Folder in a GTM Workspace. (folders.revert)
Details
Folder
create(string $parent, Folder $postBody, array $optParams = [])
Creates a GTM Folder. (folders.create)
delete(string $path, array $optParams = [])
Deletes a GTM Folder. (folders.delete)
FolderEntities
entities(string $path, array $optParams = [])
List all entities in a GTM Folder. (folders.entities)
Folder
get(string $path, array $optParams = [])
Gets a GTM Folder. (folders.get)
ListFoldersResponse
listAccountsContainersWorkspacesFolders(string $parent, array $optParams = [])
Lists all GTM Folders of a Container.
(folders.listAccountsContainersWorkspacesFolders)
move_entities_to_folder(string $path, Folder $postBody, array $optParams = [])
Moves entities to a GTM Folder. If {folder_id} in the request path equals 0, this will instead move entities out of the folder they currently belong to.
(folders.move_entities_to_folder)
RevertFolderResponse
revert(string $path, array $optParams = [])
Reverts changes to a GTM Folder in a GTM Workspace. (folders.revert)