blocked property

List<String>? blocked
getter/setter pair

A list of region codes that identify countries where the video is blocked.

If this property is present and a country is not listed in its value, then the video is viewable in that country. If this property is present and contains an empty list, the video is viewable in all countries.

Implementation

core.List<core.String>? blocked;