FeedItemSetLinkOperation

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

تمثيل JSON
{

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

object (FeedItemSetLink)

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

remove

string

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

customers/{customerId}/feedItemSetLinks/{feedId}_{feedItemSetId}_{feed_item_id}