Progress

Measures the progress of a particular metric.

JSON representation
{
  "workCompleted": string,
  "workEstimated": string
}
Fields
workCompleted

string (int64 format)

An estimate of how much work has been completed. Note that this may be greater than workEstimated.

workEstimated

string (int64 format)

An estimate of how much work needs to be performed. Zero if the work estimate is unavailable. May change as work progresses.