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. Phép biến đổi. operation chỉ có thể là một trong những loại sau đây:
create

object (CustomerCustomizer)

Tạo hoạt động: Không mong đợi tên tài nguyên cho tùy biến khách hàng mới

remove

string

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