CustomListGroup
import type { CustomListGroup } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details of custom list group. All custom list targeting settings are logically ‘OR’ of each other.
interface CustomListGroup {
settings?: CustomListTargetingSetting[];
}§Properties
§
settings?: CustomListTargetingSetting[]
[src]Required. All custom list targeting settings in custom list group. Repeated settings with the same id will be ignored.