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。mutate オペレーション。operation は次のいずれかになります。
create

object (FeedItemSetLink)

作成操作: 新しいフィード アイテム セットのリンクにリソース名は必要ありません。

remove

string

削除操作: 削除されたフィード アイテム セットのリンクのリソース名は次の形式である必要があります。

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