ManagedIntegrationRuntimeOperationResultResponse

data class ManagedIntegrationRuntimeOperationResultResponse(val activityId: String, val errorCode: String, val parameters: List<String>, val result: String, val startTime: String, val type: String)

Properties of managed integration runtime operation result.

Constructors

constructor(activityId: String, errorCode: String, parameters: List<String>, result: String, startTime: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The activity id for the operation request.

Link copied to clipboard

The error code.

Link copied to clipboard

Managed integration runtime error parameters.

Link copied to clipboard

The operation result.

Link copied to clipboard

The start time of the operation.

Link copied to clipboard

The operation type. Could be start or stop.