tvpgRating property

String? tvpgRating
getter/setter pair

The video's TV Parental Guidelines (TVPG) rating. Possible string values are:

  • "tvpgUnspecified"
  • "tvpgY" : TV-Y
  • "tvpgY7" : TV-Y7
  • "tvpgY7Fv" : TV-Y7-FV
  • "tvpgG" : TV-G
  • "tvpgPg" : TV-PG
  • "pg14" : TV-14
  • "tvpgMa" : TV-MA
  • "tvpgUnrated"

Implementation

core.String? tvpgRating;