CampaignExtensionSettingOperation

การดําเนินการเดียว (สร้าง อัปเดต นําออก) ในการตั้งค่าส่วนขยายแคมเปญ

การแสดง JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignExtensionSetting)
  },
  "update": {
    object (CampaignExtensionSetting)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
updateMask

string (FieldMask format)

FieldMask ที่ระบุช่องทรัพยากรที่แก้ไขในการอัปเดต

ซึ่งเป็นรายการช่องชื่อที่ครบถ้วนสมบูรณ์โดยคั่นด้วยเครื่องหมายจุลภาค ตัวอย่าง: "user.displayName,photo"

ช่อง Union operation การดําเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (CampaignExtensionSetting)

สร้างการทํางาน: ต้องการชื่อทรัพยากรสําหรับการตั้งค่าส่วนขยายแคมเปญใหม่

update

object (CampaignExtensionSetting)

การอัปเดต: การตั้งค่าส่วนขยายแคมเปญควรมีชื่อทรัพยากรที่ถูกต้อง

remove

string

ลบ: ชื่อทรัพยากรสําหรับการตั้งค่าส่วนขยายแคมเปญที่ถูกลบ มีรูปแบบดังนี้

customers/{customerId}/campaignExtensionSettings/{campaignId}~{extensionType}