gender property
The gender of the audience.
Required. Possible string values are:
- "GENDER_UNSPECIFIED" : Default value when gender is not specified in this version. This enum is a place holder for default value and does not represent a real gender option.
- "GENDER_MALE" : The audience gender is male.
- "GENDER_FEMALE" : The audience gender is female.
- "GENDER_UNKNOWN" : The audience gender is unknown.
Implementation
core.String? gender;