AdGroupLabelOperation

การดำเนินการเดียว (สร้าง, นำออก) ในป้ายกำกับกลุ่มโฆษณา

การแสดง JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
ฟิลด์สหภาพ operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
create

object (AdGroupLabel)

การดำเนินการสร้าง: ไม่มีการระบุชื่อทรัพยากรสำหรับป้ายกำกับกลุ่มโฆษณาใหม่

remove

string

การนำการดำเนินการออก: ชื่อทรัพยากรของป้ายกำกับกลุ่มโฆษณาที่กำลังนำออกในรูปแบบต่อไปนี้

customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}