EnvironmentAssignedTargetingOptionDetails
import type { EnvironmentAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Assigned environment targeting option details. This will be populated in the
details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_ENVIRONMENT
.
interface EnvironmentAssignedTargetingOptionDetails {
environment?:
} | "ENVIRONMENT_UNSPECIFIED"
| "ENVIRONMENT_WEB_OPTIMIZED"
| "ENVIRONMENT_WEB_NOT_OPTIMIZED"
| "ENVIRONMENT_APP";