Get Broker Listener Result
data class GetBrokerListenerResult(val extendedLocation: ExtendedLocationResponse, val id: String, val name: String, val properties: BrokerListenerPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Instance broker resource
Constructors
Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse, id: String, name: String, properties: BrokerListenerPropertiesResponse, systemData: SystemDataResponse, type: String)