RunRealtimeReportResponse constructor
RunRealtimeReportResponse({
- List<
DimensionHeader> ? dimensionHeaders, - String? kind,
- List<
Row> ? maximums, - List<
MetricHeader> ? metricHeaders, - List<
Row> ? minimums, - PropertyQuota? propertyQuota,
- int? rowCount,
- List<
Row> ? rows, - List<
Row> ? totals,
Implementation
RunRealtimeReportResponse({
this.dimensionHeaders,
this.kind,
this.maximums,
this.metricHeaders,
this.minimums,
this.propertyQuota,
this.rowCount,
this.rows,
this.totals,
});