GetBrokerPlainArgs

data class GetBrokerPlainArgs(val brokerId: String? = null, val brokerName: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetBrokerPlainArgs>

A collection of arguments for invoking getBroker.

Constructors

Link copied to clipboard
constructor(brokerId: String? = null, brokerName: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val brokerId: String? = null

Unique id of the mq broker.

Link copied to clipboard
val brokerName: String? = null

Unique name of the mq broker.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

Link copied to clipboard
open override fun toJava(): GetBrokerPlainArgs