Progress

オペレーションの進行状況を記述します。作業単位は汎用的であり、Progress が使用される場所に基づいて解釈する必要があります。

JSON 表現
{
  "estimatedWork": string,
  "completedWork": string
}
フィールド
estimatedWork

string (int64 format)

推定された作業量。

completedWork

string (int64 format)

完了した作業の量。