Rollout Operation Info Response
data class RolloutOperationInfoResponse(val endTime: String, val error: CloudErrorBodyResponse, val retryAttempt: Int, val skipSucceededOnRetry: Boolean, val startTime: String)
Detailed runtime information of the rollout.
Constructors
Link copied to clipboard
fun RolloutOperationInfoResponse(endTime: String, error: CloudErrorBodyResponse, retryAttempt: Int, skipSucceededOnRetry: Boolean, startTime: String)