AdOperation

單一廣告單一更新作業。

JSON 表示法
{
  "updateMask": string,
  "policyValidationParameter": {
    object (PolicyValidationParameter)
  },

  // Union field operation can be only one of the following:
  "update": {
    object (Ad)
  }
  // End of list of possible types for union field operation.
}
欄位
updateMask

string (FieldMask format)

FieldMask,可決定更新中會修改哪些資源欄位。

完整的逗號分隔名稱清單,範例:"user.displayName,photo"

policyValidationParameter

object (PolicyValidationParameter)

政策驗證方式設定。

聯集欄位 operation。Change 作業。operation 只能是下列其中一項:
update

object (Ad)

更新作業:廣告必須提供有效的資源名稱,格式如下:

customers/{customerId}/ads/{ad_id}