BatchCreatePerfSamplesResponse constructor

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

Implementation

BatchCreatePerfSamplesResponse({
  this.perfSamples,
});