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

ParentalStatusTargetingOptionDetails

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

Represents a targetable parental status. This will be populated in the parental_status_details field of a TargetingOption when targeting_type is TARGETING_TYPE_PARENTAL_STATUS.

interface ParentalStatusTargetingOptionDetails {
readonly parentalStatus?:
| "PARENTAL_STATUS_UNSPECIFIED"
| "PARENTAL_STATUS_PARENT"
| "PARENTAL_STATUS_NOT_A_PARENT"
| "PARENTAL_STATUS_UNKNOWN";
}

§Properties

§
readonly parentalStatus?: "PARENTAL_STATUS_UNSPECIFIED" | "PARENTAL_STATUS_PARENT" | "PARENTAL_STATUS_NOT_A_PARENT" | "PARENTAL_STATUS_UNKNOWN"
[src]

Output only. The parental status of an audience.