NormalizedShowVideoTotalsForAvailabilityType
Aggregate data about *available* videos of a specific availability type for a show.
type NormalizedShowVideoTotalsForAvailabilityType {
CLIP: Int
EPISODE: Int
PREVIEW: Int
SPECIAL: Int
fullLength: Int
total: Int
}
Fields
NormalizedShowVideoTotalsForAvailabilityType.CLIP ● Int scalar references
Total number of available clips.
NormalizedShowVideoTotalsForAvailabilityType.EPISODE ● Int scalar references
Total number of available episodes.
NormalizedShowVideoTotalsForAvailabilityType.PREVIEW ● Int scalar references
Total number of available previews.
NormalizedShowVideoTotalsForAvailabilityType.SPECIAL ● Int scalar references
Total number of available specials.
NormalizedShowVideoTotalsForAvailabilityType.fullLength ● Int scalar references
Total number of available full length videos.
NormalizedShowVideoTotalsForAvailabilityType.total ● Int scalar references
Total number of available videos.
Member Of
NormalizedShowVideoTotals object