CustomerNegativeCriterionOperation

根據客戶層級的排除條件,只執行一項作業 (建立或移除)。

JSON 表示法
{

  // Union field operation can be only one of the following:
  "create": {
    object (CustomerNegativeCriterion)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
欄位
聯集欄位 operation。修改作業。operation 只能是下列其中一項:
create

object (CustomerNegativeCriterion)

建立作業:新條件不含資源名稱。

remove

string

移除作業:已移除條件的資源名稱,格式如下:

customers/{customerId}/customerNegativeCriteria/{criterionId}