CampaignLabelOperation

Một thao tác duy nhất (tạo, xóa) trên mối quan hệ nhãn-chiến dịch.

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

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignLabel)
  },
  "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 (CampaignLabel)

Tạo thao tác: Dự kiến không có tên tài nguyên cho mối quan hệ nhãn-chiến dịch mới.

remove

string

Xóa thao tác: Tên tài nguyên cho mối quan hệ nhãn-chiến dịch bị loại bỏ, theo định dạng sau:

customers/{customerId}/campaignLabels/{campaignId}~{label_id}