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.
}
ช่อง
ช่อง Union operation การดําเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (AdGroupLabel)

สร้างการทํางาน: ต้องการชื่อทรัพยากรสําหรับป้ายกํากับกลุ่มโฆษณาใหม่

remove

string

ลบการทํางาน: ชื่อทรัพยากรสําหรับป้ายกํากับกลุ่มโฆษณาที่จะนําออก โดยอยู่ในรูปแบบนี้

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