SharedCriterionOperation

  • Shared criterion mutations support create and remove operations.

  • Create operations for shared criteria do not require a resource name for the new criterion.

  • Remove operations for shared criteria require a resource name in a specific format including customer, shared set, and criterion IDs.

A single operation (create, remove) on an shared criterion.

Fields
Union field

operation

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

create

SharedCriterion

Create operation: No resource name is expected for the new shared criterion.

remove

string

Remove operation: A resource name for the removed shared criterion is expected, in this format:

customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}