AssetFilterTrackSelectionConditionArgs

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

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

The condition operation to test a track property against. Supported values are Equal and NotEqual.

Link copied to clipboard
val property: Output<String>? = null

The track property to compare. Supported values are Bitrate, FourCC, Language, Name and Type. Check documentation for more details.

Link copied to clipboard
val value: Output<String>? = null

The track property value to match or not match.

Functions

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