SubExchangeTargetingOptionDetails
import type { SubExchangeTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable sub-exchange. This will be populated in the
sub_exchange_details field of a TargetingOption when targeting_type is
TARGETING_TYPE_SUB_EXCHANGE
.
interface SubExchangeTargetingOptionDetails {
readonly displayName?: string;
}