ENUM

WatchPartyContentRestriction

Restrictions on a piece of content.

link GraphQL Schema definition

1enum WatchPartyContentRestriction {
2
3# Default type.
4UNKNOWN
5
6# Content is viewable by majority regions.
7BROAD_AVAILABILITY
8
9# Content is viewable in a select number of regions.
10LIMITED_AVAILABILITY
11}