chfilmRating property

String? chfilmRating
getter/setter pair

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

  • "chfilmUnspecified"
  • "chfilm0" : 0
  • "chfilm6" : 6
  • "chfilm12" : 12
  • "chfilm16" : 16
  • "chfilm18" : 18
  • "chfilmUnrated"

Implementation

core.String? chfilmRating;