Connection Monitor Destination Response
data class ConnectionMonitorDestinationResponse(val address: String? = null, val port: Int? = null, val resourceId: String? = null)
Describes the destination of connection monitor.
Constructors
Link copied to clipboard
fun ConnectionMonitorDestinationResponse(address: String? = null, port: Int? = null, resourceId: String? = null)