OpsAggregator constructor

OpsAggregator({
  1. String? aggregatorType,
  2. List<OpsAggregator>? aggregators,
  3. String? attributeName,
  4. List<OpsFilter>? filters,
  5. String? typeName,
  6. Map<String, String>? values,
})

Implementation

OpsAggregator({
  this.aggregatorType,
  this.aggregators,
  this.attributeName,
  this.filters,
  this.typeName,
  this.values,
});