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

DigitalContentLabelTargetingOptionDetails

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

Represents a targetable digital content label rating tier. This will be populated in the digital_content_label_details field of the TargetingOption when targeting_type is TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION.

interface DigitalContentLabelTargetingOptionDetails {
readonly contentRatingTier?:
| "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

§
readonly contentRatingTier?: "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]

Output only. An enum for the content label brand safety tiers.