GetEventBusesBus

data class GetEventBusesBus(val createTime: String, val description: String, val eventBusName: String, val id: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, eventBusName: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time of this bus was created.

Link copied to clipboard

The description of event bus.

Link copied to clipboard

The name of event bus.

Link copied to clipboard
val id: String

The ID of the Event Bus. Its value is same as Queue Name.