Filter Track Selection Response
data class FilterTrackSelectionResponse(val trackSelections: List<FilterTrackPropertyConditionResponse>)
Representing a list of FilterTrackPropertyConditions to select a track. The filters are combined using a logical AND operation.