CampaignCustomizerOperation

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 (CampaignCustomizer)
  },
  "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 (CampaignCustomizer)

Tạo hoạt động: Dự kiến không có tên tài nguyên cho công cụ tùy chỉnh chiến dịch mới

remove

string

Xóa thao tác: Tên tài nguyên cho tùy biến chiến dịch đã loại bỏ được mong đợi, theo định dạng sau: customers/{customerId}/campaignCustomizers/{campaignId}~{customizer_attribute_id}