MetricUpdate constructor

MetricUpdate({
  1. bool? cumulative,
  2. Object? distribution,
  3. Object? gauge,
  4. Object? internal,
  5. String? kind,
  6. Object? meanCount,
  7. Object? meanSum,
  8. MetricStructuredName? name,
  9. Object? scalar,
  10. Object? set,
  11. String? updateTime,
})

Implementation

MetricUpdate({
  this.cumulative,
  this.distribution,
  this.gauge,
  this.internal,
  this.kind,
  this.meanCount,
  this.meanSum,
  this.name,
  this.scalar,
  this.set,
  this.updateTime,
});