SharedCriterionOperation

  • This content describes a single operation on a shared criterion.

  • The operation field defines the mutate operation, which can be either create or remove.

  • A create operation expects no resource name for the new shared criterion.

  • A remove operation expects a resource name in a specific format for the shared criterion being removed.

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}