CustomerNegativeCriterionOperation

  • The operation on a customer level negative criterion can either create or remove.

  • To create a criterion, use the create operation.

  • To remove a criterion, use the remove operation, specifying the resource name in the format customers/{customer_id}/customerNegativeCriteria/{criterion_id}.

A single operation (create or remove) on a customer level negative criterion.

Fields
Union field

operation

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

create

CustomerNegativeCriterion

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

remove

string

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

customers/{customer_id}/customerNegativeCriteria/{criterion_id}