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

object (CampaignSharedSet)

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

remove

string

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

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