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

ParentalStatusAssignedTargetingOptionDetails

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

Details for assigned parental status targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_PARENTAL_STATUS.

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

§Properties

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

Required. The parental status of the audience.