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

object (CustomerNegativeCriterion)

作成オペレーション: 新しい条件にリソース名は不要です。

remove

string

削除オペレーション: 次の形式で、削除された条件のリソース名が必要です。

customers/{customerId}/customerNegativeCriteria/{criterionId}