ExperimentOperation

テストに対する 1 回のオペレーション。

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。mutate オペレーション。operation は次のいずれかになります。
create

object (Experiment)

作成オペレーション

update

object (Experiment)

更新オペレーション: テストには有効なリソース名が必要です。

remove

string

削除オペレーション: テストには、次の形式の有効なリソース名が必要です。

customers/{customerId}/experiments/{campaign_experiment_id}