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

CompanionSetting

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

Companion Settings

interface CompanionSetting {
companionsDisabled?: boolean;
enabledSizes?: Size[];
imageOnly?: boolean;
kind?: string;
}

§Properties

§
companionsDisabled?: boolean
[src]

Whether companions are disabled for this placement.

§
enabledSizes?: Size[]
[src]

Allowlist of companion sizes to be served to this placement. Set this list to null or empty to serve all companion sizes.

§
imageOnly?: boolean
[src]

Whether to serve only static images as companions.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#companionSetting".