FeedItemTargetOperation

フィード アイテムのターゲットに対する 1 回の操作(作成、削除)です。

JSON 表現
{

  // Union field operation can be only one of the following:
  "create": {
    object (FeedItemTarget)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (FeedItemTarget)

作成操作: 新しいフィード アイテムのターゲットにリソース名を指定することはできません。

remove

string

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

customers/{customerId}/feedItemTargets/{feedId}~{feed_item_id}~{feedItemTargetType}~{feedItemTargetId}