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}