GaData constructor
GaData({
- List<
GaDataColumnHeaders> ? columnHeaders, - bool? containsSampledData,
- String? dataLastRefreshed,
- GaDataDataTable? dataTable,
- String? id,
- int? itemsPerPage,
- String? kind,
- String? nextLink,
- String? previousLink,
- GaDataProfileInfo? profileInfo,
- GaDataQuery? query,
- List<
List< ? rows,String> > - String? sampleSize,
- String? sampleSpace,
- String? selfLink,
- int? totalResults,
- 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,
});