ParentalStatusTargetingOptionDetails
import type { ParentalStatusTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.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";