FeedItemSetLinkOperation

A single operation (create, update, remove) on a feed item set link.

JSON representation
{

  // 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.
}
Fields
Union field operation. The mutate operation. operation can be only one of the following:
create

object (FeedItemSetLink)

Create operation: No resource name is expected for the new feed item set link.

remove

string

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

customers/{customerId}/feedItemSetLinks/{feedId}_{feedItemSetId}_{feed_item_id}