GetBridgeSourceResult

data class GetBridgeSourceResult(val flowSource: BridgeSourceBridgeFlowSource? = null, val networkSource: BridgeSourceBridgeNetworkSource? = null)

Constructors

Link copied to clipboard
constructor(flowSource: BridgeSourceBridgeFlowSource? = null, networkSource: BridgeSourceBridgeNetworkSource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source of the flow.

Link copied to clipboard

The source of the network.