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

AdGroupAssignedTargetingOption

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

Wrapper object associating an AssignedTargetingOption resource and the ad group it is assigned to.

interface AdGroupAssignedTargetingOption {
adGroupId?: bigint;
assignedTargetingOption?: AssignedTargetingOption;
}

§Properties

§
adGroupId?: bigint
[src]

The ID of the ad group the assigned targeting option is assigned to.

§
assignedTargetingOption?: AssignedTargetingOption
[src]

The assigned targeting option resource.