pefilmRating property

String? pefilmRating
getter/setter pair

The video's rating in Peru. Possible string values are:

  • "pefilmUnspecified"
  • "pefilmPt" : PT
  • "pefilmPg" : PG
  • "pefilm14" : 14
  • "pefilm18" : 18
  • "pefilmUnrated"

Implementation

core.String? pefilmRating;