ExperimentOperation

การดําเนินการเดียวในการทดสอบ

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

  // Union field operation can be only one of the following:
  "create": {
    object (Experiment)
  },
  "update": {
    object (Experiment)
  },
  "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 (Experiment)

สร้างการดําเนินการ

update

object (Experiment)

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

remove

string

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

customers/{customerId}/experiments/{campaign_experiment_id}