EnvironmentTargetingOptionDetails
import type { EnvironmentTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable environment. This will be populated in the
environment_details field of a TargetingOption when targeting_type is
TARGETING_TYPE_ENVIRONMENT
.
interface EnvironmentTargetingOptionDetails {
readonly environment?:
} | "ENVIRONMENT_UNSPECIFIED"
| "ENVIRONMENT_WEB_OPTIMIZED"
| "ENVIRONMENT_WEB_NOT_OPTIMIZED"
| "ENVIRONMENT_APP";