Live Event Ingestion Response
data class LiveEventIngestionResponse(val begin: String? = null, val end: String? = null, val endReason: String? = null, val ingestInterruptions: List<LiveEventIngestInterruptionResponse>? = null, val streamName: String? = null)
The live event ingestion telemetry data.
Constructors
Link copied to clipboard
fun LiveEventIngestionResponse(begin: String? = null, end: String? = null, endReason: String? = null, ingestInterruptions: List<LiveEventIngestInterruptionResponse>? = null, streamName: String? = null)