Get Mq Result
    data class GetMqResult(val extendedLocation: ExtendedLocationPropertyResponse, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
MQ resource
Constructors
Link copied to clipboard
                fun GetMqResult(extendedLocation: ExtendedLocationPropertyResponse, id: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)