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

AccountsContainersDestinationsLinkOptions

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

Additional options for TagManager#accountsContainersDestinationsLink.

interface AccountsContainersDestinationsLinkOptions {
allowUserPermissionFeatureUpdate?: boolean;
destinationId?: 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.

§
destinationId?: string
[src]

Destination ID to be linked to the current container.