Get Mqtt Bridge Topic Map Result
data class GetMqttBridgeTopicMapResult(val extendedLocation: ExtendedLocationPropertyResponse, val id: String, val location: String, val mqttBridgeConnectorRef: String, val name: String, val provisioningState: String, val routes: List<MqttBridgeRoutesResponse>? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
MQ mqttBridgeTopicMap resource
Constructors
Link copied to clipboard
fun GetMqttBridgeTopicMapResult(extendedLocation: ExtendedLocationPropertyResponse, id: String, location: String, mqttBridgeConnectorRef: String, name: String, provisioningState: String, routes: List<MqttBridgeRoutesResponse>? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)