CustomerCustomizerOperation

Một thao tác (tạo, xóa) trên thuộc tính tùy biến.

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.
}
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 (CustomerCustomizer)

Tạo thao tác: Dự kiến không có tên tài nguyên cho thông số tuỳ chỉnh khách hàng mới

remove

string

Thao tác xoá: Bạn cần nhập tên tài nguyên cho thông số tuỳ chỉnh khách hàng đã xoá, ở định dạng sau: customers/{customerId}/customerCustomizers/{customizer_attribute_id}