ExecutionSummary

Contains the execution summary of the computation model.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of action exectued.

Link copied to clipboard

The time the process ended.

Link copied to clipboard

The execution entity version associated with the summary.

Link copied to clipboard

The ID of the execution.

Link copied to clipboard

The time the process started.

Link copied to clipboard

The status of the execution process.

Link copied to clipboard

The detailed resource this execution resolves to.

Link copied to clipboard

The resource the action will be taken on. This can include asset-based resources and computation model resources.

Link copied to clipboard

The version of the target resource.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionSummary.Builder.() -> Unit = {}): ExecutionSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String