Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountsContainersWorkspacesFoldersMove_entities_to_folderOptions

import type { AccountsContainersWorkspacesFoldersMove_entities_to_folderOptions } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Additional options for TagManager#accountsContainersWorkspacesFoldersMove_entities_to_folder.

interface AccountsContainersWorkspacesFoldersMove_entities_to_folderOptions {
tagId?: string;
triggerId?: string;
variableId?: string;
}

§Properties

§
tagId?: string
[src]

The tags to be moved to the folder.

§
triggerId?: string
[src]

The triggers to be moved to the folder.

§
variableId?: string
[src]

The variables to be moved to the folder.