ManagedIntegrationRuntimeNodeResponse

data class ManagedIntegrationRuntimeNodeResponse(val errors: List<ManagedIntegrationRuntimeErrorResponse>? = null, val nodeId: String, val status: String)

Properties of integration runtime node.

Constructors

Link copied to clipboard
constructor(errors: List<ManagedIntegrationRuntimeErrorResponse>? = null, nodeId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The errors that occurred on this integration runtime node.

Link copied to clipboard

The managed integration runtime node id.

Link copied to clipboard

The managed integration runtime node status.