contentRating property
The content rating for this app. Possible string values are:
- "CONTENT_RATING_UNSPECIFIED" : Unspecified.
- "THREE_YEARS" : Content suitable for ages 3 and above only.
- "SEVEN_YEARS" : Content suitable for ages 7 and above only.
- "TWELVE_YEARS" : Content suitable for ages 12 and above only.
- "SIXTEEN_YEARS" : Content suitable for ages 16 and above only.
- "EIGHTEEN_YEARS" : Content suitable for ages 18 and above only.
Implementation
core.String? contentRating;