VerizonMediaAssetTvRating

public enum VerizonMediaAssetTvRating : Int, Decodable

The tv-rating of the asset

  • The tv rating is not available.

    Declaration

    Swift

    case NOT_AVAILABLE = -1
  • The tv rating is not applicable.

    Declaration

    Swift

    case NOT_APPLICABLE = 0
  • The asset is rated as TV_Y.

    Declaration

    Swift

    case TV_Y = 1
  • The asset is rated as TV_Y7.

    Declaration

    Swift

    case TV_Y7 = 2
  • The asset is rated as TV_G.

    Declaration

    Swift

    case TV_G = 3
  • The asset is rated as TV_PG.

    Declaration

    Swift

    case TV_PG = 4
  • The asset is rated as TV_14.

    Declaration

    Swift

    case TV_14 = 5
  • The asset is rated as TV_MA.

    Declaration

    Swift

    case TV_MA = 6
  • The asset is not rated.

    Declaration

    Swift

    case NOT_RATED = 7