CarrierAndIspAssignedTargetingOptionDetails
import type { CarrierAndIspAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details for assigned carrier and ISP targeting option. This will be
populated in the details field of an AssignedTargetingOption when
targeting_type is TARGETING_TYPE_CARRIER_AND_ISP
.
interface CarrierAndIspAssignedTargetingOptionDetails {
readonly displayName?: string;
negative?: boolean;
targetingOptionId?: string;
}