NormalizedVideoAvailability
Videoa availability information for a specific availability type.
type NormalizedVideoAvailability {
countries: [CountryCode]!
end: DateTime
isAvailable: Boolean!
isNotAvailableReason: String
start: DateTime
type: AvailabilityType!
}
Fields
NormalizedVideoAvailability.countries
● [CountryCode]!
non-null scalar references
List of countries this avialability window applies to.
NormalizedVideoAvailability.end
● DateTime
scalar references
NormalizedVideoAvailability.isAvailable
● Boolean!
non-null scalar references
Whether the video is available for this type currently.
NormalizedVideoAvailability.isNotAvailableReason
● String
scalar references
Why the video is not currently available for this type (if it is not available).