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

TagSettings

import type { TagSettings } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Dynamic and Image Tag Settings.

interface TagSettings {
dynamicTagEnabled?: boolean;
imageTagEnabled?: boolean;
}

§Properties

§
dynamicTagEnabled?: boolean
[src]

Whether dynamic floodlight tags are enabled.

§
imageTagEnabled?: boolean
[src]

Whether image tags are enabled.