Mqtt Bridge Routes Response
data class MqttBridgeRoutesResponse(val direction: String, val name: String, val qos: Int? = null, val sharedSubscription: MqttBridgeRouteSharedSubscriptionResponse? = null, val source: String, val target: String? = null)
MqttBridgeTopicMap route properties
Constructors
Link copied to clipboard
fun MqttBridgeRoutesResponse(direction: String, name: String, qos: Int? = null, sharedSubscription: MqttBridgeRouteSharedSubscriptionResponse? = null, source: String, target: String? = null)