CustomerNegativeCriterionOperation
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}
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This page describes a single operation, either creating or removing, applied to a customer-level negative criterion."],["The operation is defined by the `operation` field, which can be set to `create` for adding a new criterion or `remove` for deleting an existing one."],["When creating a criterion, the `create` operation uses the `CustomerNegativeCriterion` object without a resource name."],["Removing a criterion requires the `remove` operation and the resource name of the criterion in the specified format."]]],[]]