DeletedExchange

data class DeletedExchange(val name: String, val ifUnused: Boolean)

Delete an exchange.

Constructors

Link copied to clipboard
constructor(name: String, ifUnused: Boolean)

Properties

Link copied to clipboard

If enabled, exchange will be deleted only when it is not used.

Link copied to clipboard

Name of the exchange.