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

AdvertiserSdfConfig

import type { AdvertiserSdfConfig } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Structured Data Files (SDF) settings of an advertiser.

interface AdvertiserSdfConfig {
overridePartnerSdfConfig?: boolean;
sdfConfig?: SdfConfig;
}

§Properties

§
overridePartnerSdfConfig?: boolean
[src]

Whether or not this advertiser overrides the SDF configuration of its parent partner. By default, an advertiser inherits the SDF configuration from the parent partner. To override the partner configuration, set this field to true and provide the new configuration in sdfConfig.

§
sdfConfig?: SdfConfig
[src]

The SDF configuration for the advertiser. * Required when overridePartnerSdfConfig is true. * Output only when overridePartnerSdfConfig is false.