CustomerNegativeCriterionOperation

Một thao tác (tạo hoặc xoá) đối với một 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. Toán tử biến đổi. operation chỉ có thể là một trong những trạng thái sau đây:
create

object (CustomerNegativeCriterion)

Tạo thao tác: Dự kiến không có tên tài nguyên cho tiêu chí mới.

remove

string

Thao tác xoá: Cần có tên tài nguyên cho tiêu chí đã xoá ở định dạng sau:

customers/{customerId}/customerNegativeCriteria/{criterionId}