Live Event Ingest Interruption Response
data class LiveEventIngestInterruptionResponse(val begin: String? = null, val duration: String? = null, val end: String? = null, val reason: String? = null)
The live event ingest interruption data.
Constructors
Link copied to clipboard
fun LiveEventIngestInterruptionResponse(begin: String? = null, duration: String? = null, end: String? = null, reason: String? = null)