LogMetric constructor

LogMetric({
  1. String? bucketName,
  2. BucketOptions? bucketOptions,
  3. String? createTime,
  4. String? description,
  5. bool? disabled,
  6. String? filter,
  7. Map<String, String>? labelExtractors,
  8. MetricDescriptor? metricDescriptor,
  9. String? name,
  10. String? updateTime,
  11. String? valueExtractor,
  12. String? version,
})

Implementation

LogMetric({
  this.bucketName,
  this.bucketOptions,
  this.createTime,
  this.description,
  this.disabled,
  this.filter,
  this.labelExtractors,
  this.metricDescriptor,
  this.name,
  this.updateTime,
  this.valueExtractor,
  this.version,
});