FeedMappingOperation

A single operation (create, remove) on a feed mapping.

Fields
Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

FeedMapping

Create operation: No resource name is expected for the new feed mapping.

remove

string

Remove operation: A resource name for the removed feed mapping is expected, in this format:

customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}