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}