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