GetInsightRuleReportOutput constructor

GetInsightRuleReportOutput({
  1. double? aggregateValue,
  2. String? aggregationStatistic,
  3. int? approximateUniqueCount,
  4. List<InsightRuleContributor>? contributors,
  5. List<String>? keyLabels,
  6. List<InsightRuleMetricDatapoint>? metricDatapoints,
})

Implementation

GetInsightRuleReportOutput({
  this.aggregateValue,
  this.aggregationStatistic,
  this.approximateUniqueCount,
  this.contributors,
  this.keyLabels,
  this.metricDatapoints,
});