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}