GenderTargetingOptionDetails
import type { GenderTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable gender. This will be populated in the gender_details
field of a TargetingOption when targeting_type is TARGETING_TYPE_GENDER
.
interface GenderTargetingOptionDetails {
readonly gender?:
} | "GENDER_UNSPECIFIED"
| "GENDER_MALE"
| "GENDER_FEMALE"
| "GENDER_UNKNOWN";