ageGroup property

String? ageGroup
getter/setter pair

Target age group of the item. Possible string values are:

  • "AGE_GROUP_UNSPECIFIED" : Age group is not specified.
  • "ADULT" : Teens or older.
  • "KIDS" : 5-13 years old.
  • "TODDLER" : 1-5 years old.
  • "INFANT" : 3-12 months old.
  • "NEWBORN" : 0-3 months old.

Implementation

core.String? ageGroup;