Local Broker Connection Spec Response
data class LocalBrokerConnectionSpecResponse(val authentication: LocalBrokerAuthenticationMethodsResponse? = null, val endpoint: String? = null, val tls: LocalBrokerConnectionTlsResponse? = null)
Mqtt Local Broker ConnectionSpec details
Constructors
Link copied to clipboard
constructor(authentication: LocalBrokerAuthenticationMethodsResponse? = null, endpoint: String? = null, tls: LocalBrokerConnectionTlsResponse? = null)