regionRestriction property

  1. @Deprecated('Not supported. Member documentation may have more information.')
VideoContentDetailsRegionRestriction? regionRestriction
getter/setter pair

The regionRestriction object contains information about the countries where a video is (or is not) viewable.

The object will contain either the contentDetails.regionRestriction.allowed property or the contentDetails.regionRestriction.blocked property.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
VideoContentDetailsRegionRestriction? regionRestriction;