DeviceMakeModelTargetingOptionDetails
import type { DeviceMakeModelTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable device make and model. This will be populated in the
device_make_model_details field of a TargetingOption when targeting_type is
TARGETING_TYPE_DEVICE_MAKE_MODEL
.
interface DeviceMakeModelTargetingOptionDetails {
readonly displayName?: string;
}