CampaignSharedSetOperation

การดำเนินการเดียว (สร้าง นำออก) ในชุดที่แชร์แคมเปญ

การแสดง JSON
{

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

object (CampaignSharedSet)

การดำเนินการสร้าง: คาดว่าชุดใหม่ที่แชร์แคมเปญจะไม่มีชื่อทรัพยากร

remove

string

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

customers/{customerId}/campaignSharedSets/{campaignId}~{shared_set_id}