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}