Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnvironmentTargetingOptionDetails

import type { EnvironmentTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.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";
}

§Properties

§
readonly environment?: "ENVIRONMENT_UNSPECIFIED" | "ENVIRONMENT_WEB_OPTIMIZED" | "ENVIRONMENT_WEB_NOT_OPTIMIZED" | "ENVIRONMENT_APP"
[src]

Output only. The serving environment.