TelemetrySummary constructor

TelemetrySummary({
  1. String? schemaVersion,
  2. TelemetrySummaryWindowEnum? window,
  3. DateTime? generatedAt,
  4. String? timezone,
  5. TelemetrySummaryTotals? totals,
  6. TelemetrySummaryRates? rates,
  7. List<TelemetrySummaryTopReasonsInner> topReasons = const [],
  8. 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 [],
});