allowed property

List<String>? allowed
getter/setter pair

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

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

Implementation

core.List<core.String>? allowed;