gender property

String? gender
getter/setter pair

Gender of the audience for which the lift is provided. Possible string values are:

  • "GENDER_UNSPECIFIED" : Not specified.
  • "GENDER_UNKNOWN" : Unknown.
  • "GENDER_MALE" : Male.
  • "GENDER_FEMALE" : Female.

Implementation

core.String? gender;