CustomerNegativeCriterionOperation

Một thao tác duy nhất (tạo hoặc xóa) trên tiêu chí phủ định cấp khách hàng.

Biểu diễn dưới dạng JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (CustomerNegativeCriterion)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Các trường
Trường nhóm operation. Phép biến đổi. operation chỉ có thể là một trong những loại sau đây:
create

object (CustomerNegativeCriterion)

Thao tác tạo: Không mong đợi tên tài nguyên cho tiêu chí mới.

remove

string

Tác vụ xóa: Dự kiến tên tài nguyên cho tiêu chí bị xóa, ở định dạng sau:

customers/{customerId}/customerNegativeCriteria/{criterionId}