Data Flow Response
data class DataFlowResponse(val destinations: List<String>? = null, val streams: List<String>? = null)
Definition of which streams are sent to which destinations.
Definition of which streams are sent to which destinations.