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}