MetricDescriptor constructor

MetricDescriptor({
  1. String? description,
  2. String? displayName,
  3. List<LabelDescriptor>? labels,
  4. String? launchStage,
  5. MetricDescriptorMetadata? metadata,
  6. String? metricKind,
  7. List<String>? monitoredResourceTypes,
  8. String? name,
  9. String? type,
  10. String? unit,
  11. String? valueType,
})

Implementation

MetricDescriptor({
  this.description,
  this.displayName,
  this.labels,
  this.launchStage,
  this.metadata,
  this.metricKind,
  this.monitoredResourceTypes,
  this.name,
  this.type,
  this.unit,
  this.valueType,
});