StepDetails

Details about a step operation.

Types

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

Properties

Link copied to clipboard

The current attempt number for this step.

Link copied to clipboard

Details about the step failure.

Link copied to clipboard

The date and time when the next attempt is scheduled, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). Only populated when the step is in a pending state.

Link copied to clipboard

The JSON response payload from the step operation.

Functions

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