FeedMappingOperation

フィード マッピングに対する 1 つのオペレーション(作成、削除)。

JSON 表現
{

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

object (FeedMapping)

作成操作: 新しいフィード マッピングにリソース名を想定していません。

remove

string

削除操作: 削除されたフィード マッピングのリソース名は次の形式である必要があります。

customers/{customerId}/feedMappings/{feedId}~{feed_mapping_id}