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

GenderTargetingOptionDetails

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

§Properties

§
readonly gender?: "GENDER_UNSPECIFIED" | "GENDER_MALE" | "GENDER_FEMALE" | "GENDER_UNKNOWN"
[src]

Output only. The gender of an audience.