ManagedActionHistoryItem

The record of a completed or failed managed action.

Types

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

Properties

Link copied to clipboard

A description of the managed action.

Link copied to clipboard

A unique identifier for the managed action.

Link copied to clipboard

The type of the managed action.

Link copied to clipboard

The date and time that the action started executing.

Link copied to clipboard

If the action failed, a description of the failure.

Link copied to clipboard

If the action failed, the type of failure.

Link copied to clipboard

The date and time that the action finished executing.

Link copied to clipboard

The status of the action.

Functions

Link copied to clipboard
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