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