Input File Args
data class InputFileArgs(val filename: Output<String>? = null, val includedTracks: Output<List<Any>>? = null, val odataType: Output<String>) : ConvertibleToJava<InputFileArgs>
An InputDefinition for a single file. TrackSelections are scoped to the file specified.
Constructors
Link copied to clipboard
fun InputFileArgs(filename: Output<String>? = null, includedTracks: Output<List<Any>>? = null, odataType: Output<String>)