SharedCriterionOperation

عملية واحدة (إنشاء أو إزالة) على معيار مشترك.

تمثيل JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (SharedCriterion)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
الحقول
حقل الاتحاد operation. عملية التبديل. يمكن أن تكون السمة "operation" واحدة فقط مما يلي:
create

object (SharedCriterion)

عملية الإنشاء: لا يُتوقَّع اسم مورد للمعيار المشترك الجديد.

remove

string

عملية الإزالة: يُتوقَّع اسم مورد للمعيار المشترك الذي تمت إزالته، بالتنسيق التالي:

customers/{customerId}/sharedCriteria/{shared_set_id}~{criterionId}