RunReportResponse constructor

RunReportResponse({
  1. List<DimensionHeader>? dimensionHeaders,
  2. String? kind,
  3. List<Row>? maximums,
  4. ResponseMetaData? metadata,
  5. List<MetricHeader>? metricHeaders,
  6. List<Row>? minimums,
  7. PropertyQuota? propertyQuota,
  8. int? rowCount,
  9. List<Row>? rows,
  10. 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,
});