CustomerCustomizerOperation

Một thao tác (tạo, xoá) trên thuộc tính thông số tuỳ chỉnh.

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

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

object (CustomerCustomizer)

Tạo thao tác: Dự kiến không có tên tài nguyên cho tùy biến khách hàng mới

remove

string

Thao tác xóa: Tên tài nguyên cho tùy biến khách hàng đã xóa dự kiến, ở định dạng sau: customers/{customerId}/customerCustomizers/{customizer_attribute_id}