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.