contentRating property

String? contentRating
getter/setter pair

The content rating for this app. Possible string values are:

  • "ratingUnknown"
  • "all"
  • "preTeen"
  • "teen"
  • "mature"

Implementation

core.String? contentRating;