FeedItemSetOperation

フィード アイテム セットに対する 1 つのオペレーション(作成、削除)。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (FeedItemSet)
  },
  "update": {
    object (FeedItemSet)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

これは、完全修飾された項目名のカンマ区切りリストです。(例: "user.displayName,photo")。

共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (FeedItemSet)

作成オペレーション: 新しいフィード アイテム セットのリソース名は指定できません

update

object (FeedItemSet)

更新オペレーション: フィード アイテム セットに有効なリソース名が必要です。

remove

string

削除操作: 削除されたフィード アイテムのリソース名を次の形式で指定します。customers/{customerId}/feedItems/{feedId}~{feedItemSetId}