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

EnvironmentAssignedTargetingOptionDetails

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

§Properties

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

Required. The serving environment.