LiveEventStatusResponse

data class LiveEventStatusResponse(val healthDescriptions: List<String>? = null, val healthStatus: String? = null, val ingestion: LiveEventIngestionResponse? = null, val lastUpdatedTime: String? = null, val state: String? = null, val trackStatus: List<LiveEventTrackStatusResponse>? = null)

The live event status.

Constructors

Link copied to clipboard
constructor(healthDescriptions: List<String>? = null, healthStatus: String? = null, ingestion: LiveEventIngestionResponse? = null, lastUpdatedTime: String? = null, state: String? = null, trackStatus: List<LiveEventTrackStatusResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of strings justifying the health status.

Link copied to clipboard
val healthStatus: String? = null

Health status of last 20 seconds.

Link copied to clipboard

Live event ingestion entry.

Link copied to clipboard
val lastUpdatedTime: String? = null

Last updated UTC time of this status.

Link copied to clipboard
val state: String? = null

Current state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information.

Link copied to clipboard

Track entry list.