CustomerLabelOperation

  • Describes a single operation for managing customer-label relationships.

  • The operation field determines whether the relationship is created or removed.

  • A create operation does not require a resource name for the new relationship.

  • A remove operation requires a resource name specifying the customer-label relationship to be removed.

A single operation (create, remove) on a customer-label relationship.

Fields
Union field

operation

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

create

CustomerLabel

Create operation: No resource name is expected for the new customer-label relationship.

remove

string

Remove operation: A resource name for the customer-label relationship being removed, in this format:

customers/{customer_id}/customerLabels/{label_id}