PerfSampleSeries constructor

PerfSampleSeries({
  1. BasicPerfSampleSeries? basicPerfSampleSeries,
  2. String? executionId,
  3. String? historyId,
  4. String? projectId,
  5. String? sampleSeriesId,
  6. String? stepId,
})

Implementation

PerfSampleSeries({
  this.basicPerfSampleSeries,
  this.executionId,
  this.historyId,
  this.projectId,
  this.sampleSeriesId,
  this.stepId,
});