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 Bad Request 错误。