Step Response
data class StepResponse(val description: String? = null, val endTimeUtc: String? = null, val errorMessage: String? = null, val exception: List<String>? = null, val fullStepIndex: String? = null, val lastUpdatedTimeUtc: String? = null, val name: String? = null, val startTimeUtc: String? = null, val status: String? = null, val steps: List<StepResponse>? = null)
Progress representation of the update run steps.
Constructors
Link copied to clipboard
constructor(description: String? = null, endTimeUtc: String? = null, errorMessage: String? = null, exception: List<String>? = null, fullStepIndex: String? = null, lastUpdatedTimeUtc: String? = null, name: String? = null, startTimeUtc: String? = null, status: String? = null, steps: List<StepResponse>? = null)
Properties
Link copied to clipboard
More detailed description of the step.
Link copied to clipboard
When the step reached a terminal state.
Link copied to clipboard
Error message, specified if the step is in a failed state.
Link copied to clipboard
FullStepIndex of step.
Link copied to clipboard
Completion time of this step or the last completed sub-step.
Link copied to clipboard
When the step started, or empty if it has not started executing.
Link copied to clipboard
Recursive model for child steps of this step.