TelemetrySummary constructor
TelemetrySummary({
- String? schemaVersion,
- TelemetrySummaryWindowEnum? window,
- DateTime? generatedAt,
- String? timezone,
- TelemetrySummaryTotals? totals,
- TelemetrySummaryRates? rates,
- List<
TelemetrySummaryTopReasonsInner> topReasons = const [], - List<
TelemetrySummaryTopDomainsInner> topDomains = const [],
Returns a new TelemetrySummary instance.
Implementation
TelemetrySummary({
this.schemaVersion,
this.window,
this.generatedAt,
this.timezone,
this.totals,
this.rates,
this.topReasons = const [],
this.topDomains = const [],
});