LiveEventIngestionResponse

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
constructor(begin: String? = null, end: String? = null, endReason: String? = null, ingestInterruptions: List<LiveEventIngestInterruptionResponse>? = null, streamName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val begin: String? = null

Ingestion begin time in UTC.

Link copied to clipboard
val end: String? = null

Ingestion end time in UTC. Empty if it's not stopped yet.

Link copied to clipboard
val endReason: String? = null

Reason why ingestion stops. Empty if it's not stopped yet. E.g) Service Stopped. No Ingestion.

Link copied to clipboard

IngestInterruption entry list.

Link copied to clipboard
val streamName: String? = null

Ingestion stream name.