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}