ProfilerConfigForUpdate constructor

ProfilerConfigForUpdate({
  1. bool? disableProfiler,
  2. int? profilingIntervalInMilliseconds,
  3. Map<String, String>? profilingParameters,
  4. String? s3OutputPath,
})

Implementation

ProfilerConfigForUpdate({
  this.disableProfiler,
  this.profilingIntervalInMilliseconds,
  this.profilingParameters,
  this.s3OutputPath,
});