Broker Listener Properties Response
data class BrokerListenerPropertiesResponse(val brokerRef: String, val ports: List<ListenerPortResponse>, val provisioningState: String, val serviceName: String? = null, val serviceType: String? = null)
Defines a Broker listener. A listener is a collection of ports on which the broker accepts connections from clients.