CounterUpdate constructor
CounterUpdate({
- bool? boolean,
- bool? cumulative,
- DistributionUpdate? distribution,
- double? floatingPoint,
- FloatingPointList? floatingPointList,
- FloatingPointMean? floatingPointMean,
- SplitInt64? integer,
- IntegerGauge? integerGauge,
- IntegerList? integerList,
- IntegerMean? integerMean,
- Object? internal,
- NameAndKind? nameAndKind,
- String? shortId,
- StringList? stringList,
- CounterStructuredNameAndMetadata? structuredNameAndMetadata,
Implementation
CounterUpdate({
this.boolean,
this.cumulative,
this.distribution,
this.floatingPoint,
this.floatingPointList,
this.floatingPointMean,
this.integer,
this.integerGauge,
this.integerList,
this.integerMean,
this.internal,
this.nameAndKind,
this.shortId,
this.stringList,
this.structuredNameAndMetadata,
});