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}