ageRange property

String? ageRange
getter/setter pair

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

  • "AGE_RANGE_UNSPECIFIED" : Not specified.
  • "AGE_RANGE_UNKNOWN" : Unknown.
  • "AGE_RANGE_18_24" : Between 18 and 24 years old.
  • "AGE_RANGE_25_34" : Between 25 and 34 years old.
  • "AGE_RANGE_35_44" : Between 35 and 44 years old.
  • "AGE_RANGE_45_54" : Between 45 and 54 years old.
  • "AGE_RANGE_55_64" : Between 55 and 64 years old.
  • "AGE_RANGE_65_UP" : 65 years old and beyond.

Implementation

core.String? ageRange;