WriteControl

提供寫入要求的執行方式控制。如未指定,將以最後寫入者為準。

JSON 表示法
{

  // Union field control can be only one of the following:
  "requiredRevisionId": string
  // End of list of possible types for union field control.
}
欄位
聯集欄位 control。決定要寫入標籤的修訂版本,以及要求如果該修訂版本並非標籤的目前修訂版本時的行為。control 只能是下列其中一項:
requiredRevisionId

string

要套用寫入要求的標籤 [revisionId][google.apps.drive.labels.v1.Label.revision_id]。如果這不是標籤的最新修訂版本,系統就不會處理該要求,且會傳回「400 錯誤要求」錯誤。