Managed Integration Runtime Node Response
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)