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"

שדה האיחוד operation. פעולת השינוי. הערך של operation יכול להיות רק אחת מהאפשרויות הבאות:
create

object (Experiment)

פעולת יצירה

update

object (Experiment)

פעולת עדכון: לניסוי אמור להיות שם משאב תקין.

remove

string

פעולת הסרה: לניסוי אמור להיות שם משאב תקין, בפורמט הזה:

customers/{customerId}/experiments/{campaign_experiment_id}