$MetricDescriptorMetadata constructor

$MetricDescriptorMetadata({
  1. String? ingestDelay,
  2. String? launchStage,
  3. String? samplePeriod,
  4. List<String>? timeSeriesResourceHierarchyLevel,
})

Implementation

$MetricDescriptorMetadata({
  this.ingestDelay,
  this.launchStage,
  this.samplePeriod,
  this.timeSeriesResourceHierarchyLevel,
});