ActionRevision

Represents information about the version (or revision) of an action.

Types

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

Properties

Link copied to clipboard

The date and time when the most recent version of the action was created, in timestamp format.

Link copied to clipboard

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

Link copied to clipboard

The system-generated unique ID that identifies the revision number of the action.

Functions

Link copied to clipboard
inline fun copy(block: ActionRevision.Builder.() -> Unit = {}): ActionRevision
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