FeedItemSetLinkOperation

フィード アイテム セットのリンクに対する 1 回の操作(作成、更新、削除)。

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}