GaData constructor

GaData({
  1. List<GaDataColumnHeaders>? columnHeaders,
  2. bool? containsSampledData,
  3. String? dataLastRefreshed,
  4. GaDataDataTable? dataTable,
  5. String? id,
  6. int? itemsPerPage,
  7. String? kind,
  8. String? nextLink,
  9. String? previousLink,
  10. GaDataProfileInfo? profileInfo,
  11. GaDataQuery? query,
  12. List<List<String>>? rows,
  13. String? sampleSize,
  14. String? sampleSpace,
  15. String? selfLink,
  16. int? totalResults,
  17. Map<String, String>? totalsForAllResults,
})

Implementation

GaData({
  this.columnHeaders,
  this.containsSampledData,
  this.dataLastRefreshed,
  this.dataTable,
  this.id,
  this.itemsPerPage,
  this.kind,
  this.nextLink,
  this.previousLink,
  this.profileInfo,
  this.query,
  this.rows,
  this.sampleSize,
  this.sampleSpace,
  this.selfLink,
  this.totalResults,
  this.totalsForAllResults,
});