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}