GetInsightRuleReportOutput constructor
GetInsightRuleReportOutput({
- double? aggregateValue,
- String? aggregationStatistic,
- int? approximateUniqueCount,
- List<
InsightRuleContributor> ? contributors, - List<
String> ? keyLabels, - List<
InsightRuleMetricDatapoint> ? metricDatapoints,
Implementation
GetInsightRuleReportOutput({
this.aggregateValue,
this.aggregationStatistic,
this.approximateUniqueCount,
this.contributors,
this.keyLabels,
this.metricDatapoints,
});