LiveEventInputTrackSelectionResponse

data class LiveEventInputTrackSelectionResponse(val operation: String? = null, val property: String? = null, val value: String? = null)

A track selection condition. This property is reserved for future use, any value set on this property will be ignored.

Constructors

Link copied to clipboard
constructor(operation: String? = null, property: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val operation: String? = null

Comparing operation. This property is reserved for future use, any value set on this property will be ignored.

Link copied to clipboard
val property: String? = null

Property name to select. This property is reserved for future use, any value set on this property will be ignored.

Link copied to clipboard
val value: String? = null

Property value to select. This property is reserved for future use, any value set on this property will be ignored.