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