CustomerCustomizerOperation

عملية واحدة (إنشاء أو إزالة) على سمة أداة تخصيص

تمثيل JSON
{

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

object (CustomerCustomizer)

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

remove

string

عملية الإزالة: يُتوقَّع اسم مورد لأداة تخصيص العملاء التي تمت إزالتها، بالتنسيق التالي: customers/{customerId}/customerCustomizers/{customizer_attribute_id}