RunStepDeltaData

@Serializable
data class RunStepDeltaData(val stepDetails: RunStepDetails)

The delta containing the fields that have changed on the run step.

Constructors

Link copied to clipboard
constructor(stepDetails: RunStepDetails)

Properties

Link copied to clipboard
@SerialName(value = "step_details")
val stepDetails: RunStepDetails

the details of the run step.