DataFlowResponse

data class DataFlowResponse(val destinations: List<String>? = null, val streams: List<String>? = null)

Definition of which streams are sent to which destinations.

Constructors

Link copied to clipboard
constructor(destinations: List<String>? = null, streams: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destinations: List<String>? = null

List of destinations for this data flow.

Link copied to clipboard
val streams: List<String>? = null

List of streams for this data flow.