RunRealtimeReportResponse constructor

RunRealtimeReportResponse({
  1. List<DimensionHeader>? dimensionHeaders,
  2. String? kind,
  3. List<Row>? maximums,
  4. List<MetricHeader>? metricHeaders,
  5. List<Row>? minimums,
  6. PropertyQuota? propertyQuota,
  7. int? rowCount,
  8. List<Row>? rows,
  9. List<Row>? totals,
})

Implementation

RunRealtimeReportResponse({
  this.dimensionHeaders,
  this.kind,
  this.maximums,
  this.metricHeaders,
  this.minimums,
  this.propertyQuota,
  this.rowCount,
  this.rows,
  this.totals,
});