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

AccountsContainersMove_tag_idOptions

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

Additional options for TagManager#accountsContainersMove_tag_id.

interface AccountsContainersMove_tag_idOptions {
allowUserPermissionFeatureUpdate?: boolean;
copySettings?: boolean;
copyTermsOfService?: boolean;
copyUsers?: boolean;
tagId?: string;
tagName?: string;
}

§Properties

§
allowUserPermissionFeatureUpdate?: boolean
[src]

Must be set to true to allow features.user_permissions to change from false to true. If this operation causes an update but this bit is false, the operation will fail.

§
copySettings?: boolean
[src]

Whether or not to copy tag settings from this tag to the new tag.

§
copyTermsOfService?: boolean
[src]

Must be set to true to accept all terms of service agreements copied from the current tag to the newly created tag. If this bit is false, the operation will fail.

§
copyUsers?: boolean
[src]

Whether or not to copy users from this tag to the new tag.

§
tagId?: string
[src]

Tag ID to be removed from the current Container.

§
tagName?: string
[src]

The name for the newly created tag.