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

SubExchangeAssignedTargetingOptionDetails

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

Details for assigned sub-exchange targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_SUB_EXCHANGE.

interface SubExchangeAssignedTargetingOptionDetails {
targetingOptionId?: string;
}

§Properties

§
targetingOptionId?: string
[src]

Required. The targeting_option_id of a TargetingOption of type TARGETING_TYPE_SUB_EXCHANGE.