ENUM

RestrictionResource

An enumeration of the different restriction types.

link GraphQL Schema definition

1enum RestrictionResource {
2
3# For non-live video content, e.g. VODs.
4VIDEO
5
6# For live video content.
7LIVE
8}