RunPivotReportResponse constructor

RunPivotReportResponse({
  1. List<Row>? aggregates,
  2. List<DimensionHeader>? dimensionHeaders,
  3. String? kind,
  4. ResponseMetaData? metadata,
  5. List<MetricHeader>? metricHeaders,
  6. List<PivotHeader>? pivotHeaders,
  7. PropertyQuota? propertyQuota,
  8. List<Row>? rows,
})

Implementation

RunPivotReportResponse({
  this.aggregates,
  this.dimensionHeaders,
  this.kind,
  this.metadata,
  this.metricHeaders,
  this.pivotHeaders,
  this.propertyQuota,
  this.rows,
});