WaitStepPropertiesResponse

data class WaitStepPropertiesResponse(val attributes: WaitStepAttributesResponse, val stepType: String)

Defines the properties of a Wait step.

Constructors

Link copied to clipboard
constructor(attributes: WaitStepAttributesResponse, stepType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Wait attributes

Link copied to clipboard

The type of step. Expected value is 'Wait'.