Listener Port Response
data class ListenerPortResponse(val authenticationRef: String? = null, val authorizationRef: String? = null, val nodePort: Int? = null, val port: Int, val protocol: String? = null, val tls: TlsCertMethodResponse? = null)
Defines a TCP port on which a BrokerListener
listens.