GenderAssignedTargetingOptionDetails
import type { GenderAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details for assigned gender targeting option. This will be populated in the
details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_GENDER
.
interface GenderAssignedTargetingOptionDetails {
gender?:
} | "GENDER_UNSPECIFIED"
| "GENDER_MALE"
| "GENDER_FEMALE"
| "GENDER_UNKNOWN";