Progress

特定の指標の進捗状況を測定します。

JSON 表現
{
  "workCompleted": string,
  "workEstimated": string
}
フィールド
workCompleted

string (int64 format)

完了した作業量の推定値。これは workEstimated より大きい場合があります。

workEstimated

string (int64 format)

必要な作業量の推定値。作業量の見積もりが利用できない場合は 0。作業の進行に応じて変更される場合があります。