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

OmidAssignedTargetingOptionDetails

import type { OmidAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Represents a targetable Open Measurement enabled inventory type. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_OMID.

interface OmidAssignedTargetingOptionDetails {
omid?: "OMID_UNSPECIFIED" | "OMID_FOR_MOBILE_DISPLAY_ADS";
}

§Properties

§
omid?: "OMID_UNSPECIFIED" | "OMID_FOR_MOBILE_DISPLAY_ADS"
[src]

Required. The type of Open Measurement enabled inventory.