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}