Enqueue Server Properties Response
    data class EnqueueServerPropertiesResponse(val health: String, val hostname: String, val ipAddress: String, val port: Double)
Defines the SAP Enqueue Server properties.
Constructors
Link copied to clipboard
                fun EnqueueServerPropertiesResponse(health: String, hostname: String, ipAddress: String, port: Double)