RunPivotReportResponse constructor
      
      RunPivotReportResponse({ 
    
    
- List<Row> ? aggregates,
- List<DimensionHeader> ? dimensionHeaders,
- String? kind,
- ResponseMetaData? metadata,
- List<MetricHeader> ? metricHeaders,
- List<PivotHeader> ? pivotHeaders,
- PropertyQuota? propertyQuota,
- List<Row> ? rows,
Implementation
RunPivotReportResponse({
  this.aggregates,
  this.dimensionHeaders,
  this.kind,
  this.metadata,
  this.metricHeaders,
  this.pivotHeaders,
  this.propertyQuota,
  this.rows,
});