LiveEventInputTrackSelectionArgs

data class LiveEventInputTrackSelectionArgs(val operation: Output<String>? = null, val property: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<LiveEventInputTrackSelectionArgs>

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: Output<String>? = null, property: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val operation: Output<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: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LiveEventInputTrackSelectionArgs