Step Operation Info Response
data class StepOperationInfoResponse(val correlationId: String, val deploymentName: String, val endTime: String, val error: CloudErrorBodyResponse? = null, val lastUpdatedTime: String, val startTime: String)
Detailed information of a specific step run.
Constructors
Link copied to clipboard
fun StepOperationInfoResponse(correlationId: String, deploymentName: String, endTime: String, error: CloudErrorBodyResponse? = null, lastUpdatedTime: String, startTime: String)