AdGroupAdLabelOperation

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

การแสดง JSON
{

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

object (AdGroupAdLabel)

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

remove

string

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

customers/{customerId}/adGroupAdLabels/{adGroupId}~{ad_id}~{label_id}