FeedMappingOperation

عملية واحدة (إنشاء أو إزالة) في عملية ربط خلاصة

تمثيل JSON
{

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

object (FeedMapping)

عملية الإنشاء: من المتوقّع عدم توفّر اسم مورد لعملية ربط الخلاصة الجديدة.

remove

string

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

customers/{customerId}/feedMappings/{feedId}~{feed_mapping_id}