BatchCreatePerfSamplesRequest constructor

BatchCreatePerfSamplesRequest({
  1. List<PerfSample>? perfSamples,
})

Implementation

BatchCreatePerfSamplesRequest({
  this.perfSamples,
});