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

DigitalContentLabelAssignedTargetingOptionDetails

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

Targeting details for digital content label. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION.

interface DigitalContentLabelAssignedTargetingOptionDetails {
excludedContentRatingTier?:
| "CONTENT_RATING_TIER_UNSPECIFIED"
| "CONTENT_RATING_TIER_UNRATED"
| "CONTENT_RATING_TIER_GENERAL"
| "CONTENT_RATING_TIER_PARENTAL_GUIDANCE"
| "CONTENT_RATING_TIER_TEENS"
| "CONTENT_RATING_TIER_MATURE"
| "CONTENT_RATING_TIER_FAMILIES";
}

§Properties

§
excludedContentRatingTier?: "CONTENT_RATING_TIER_UNSPECIFIED" | "CONTENT_RATING_TIER_UNRATED" | "CONTENT_RATING_TIER_GENERAL" | "CONTENT_RATING_TIER_PARENTAL_GUIDANCE" | "CONTENT_RATING_TIER_TEENS" | "CONTENT_RATING_TIER_MATURE" | "CONTENT_RATING_TIER_FAMILIES"
[src]

Required. The display name of the digital content label rating tier to be EXCLUDED.