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}