ParentStepDetails

A detailed status of the parent step.

Types

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

Properties

Link copied to clipboard

The name of the automation action.

Link copied to clipboard

The current repetition of the loop represented by an integer.

Link copied to clipboard

The current value of the specified iterator in the loop.

Link copied to clipboard

The unique ID of a step execution.

Link copied to clipboard

The name of the step.

Functions

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