Type alias VerizonMediaAssetTvRating

VerizonMediaAssetTvRating: -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7

The TV rating of an asset, represented by a value from the following list:
- -1 (NOT_AVAILABLE)
- 0 (NOT_APPLICABLE)
- 1 (TV_Y)
- 2 (TV_Y7)
- 3 (TV_G)
- 4 (TV_PG)
- 5 (TV_14)
- 6 (TV_MA)
- 7 (NOT_RATED)

Remarks

In the online documentation the value for 0 is also "NOT RATED". Since this is counter-intuitive, we have assumed this to be erronous and have modeled this according to the Movie Ratings, with 0 being "NOT APPLICABLE".

Generated using TypeDoc