Type Alias VerizonMediaAssetMovieRating

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

The movie rating of an asset, represented by a value from the following list:
- -1 (NOT_AVAILABLE)
- 0 (NOT_APPLICABLE)
- 1 (G)
- 2 (PG)
- 3 (PG_13)
- 4 (R)
- 5 (NC_17)
- 6 (X)
- 7 (NOT_RATED)