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

GoogleAdsSearchads360V0Common__GenderInfo

import type { GoogleAdsSearchads360V0Common__GenderInfo } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A gender criterion.

interface GoogleAdsSearchads360V0Common__GenderInfo {
type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "MALE"
| "FEMALE"
| "UNDETERMINED";
}

§Properties

§
type?: "UNSPECIFIED" | "UNKNOWN" | "MALE" | "FEMALE" | "UNDETERMINED"
[src]

Type of the gender.