CustomerNegativeCriterionOperation

顧客レベルの除外条件に対する 1 つのオペレーション(作成または削除)。

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。mutate オペレーション。operation は次のいずれかになります。
create

object (CustomerNegativeCriterion)

作成オペレーション: 新しい条件にリソース名は指定できません。

remove

string

削除オペレーション: 削除されたクライテリアのリソース名の形式は次のとおりです。

customers/{customerId}/customerNegativeCriteria/{criterionId}