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}