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

AccountsContainersCombineOptions

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

Additional options for TagManager#accountsContainersCombine.

interface AccountsContainersCombineOptions {
allowUserPermissionFeatureUpdate?: boolean;
containerId?: string;
settingSource?: "settingSourceUnspecified" | "current" | "other";
}

§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.

§
containerId?: string
[src]

ID of container that will be merged into the current container.

§
settingSource?: "settingSourceUnspecified" | "current" | "other"
[src]

Specify the source of config setting after combine