Update Status Response
data class UpdateStatusResponse(val completedTime: String, val error: ErrorDetailResponse, val startTime: String, val state: String)
The status for an operation or group of operations.
Constructors
Link copied to clipboard
fun UpdateStatusResponse(completedTime: String, error: ErrorDetailResponse, startTime: String, state: String)