ReportData class

The data part of the report.

Constructors

ReportData({String? dataLastRefreshed, String? emptyReason, bool? isDataGolden, List<DateRangeValues>? maximums, List<DateRangeValues>? minimums, int? rowCount, List<ReportRow>? rows, List<String>? samplesReadCounts, List<String>? samplingSpaceSizes, List<DateRangeValues>? totals})
ReportData.fromJson(Map json_)

Properties

dataLastRefreshed String?
The last time the data in the report was refreshed.
getter/setter pair
emptyReason String?
If empty reason is specified, the report is empty for this reason.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDataGolden bool?
Indicates if response to this request is golden or not.
getter/setter pair
maximums List<DateRangeValues>?
Minimum and maximum values seen over all matching rows.
getter/setter pair
minimums List<DateRangeValues>?
Minimum and maximum values seen over all matching rows.
getter/setter pair
rowCount int?
Total number of matching rows for this query.
getter/setter pair
rows List<ReportRow>?
There's one ReportRow for every unique combination of dimensions.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplesReadCounts List<String>?
If the results are sampled, this returns the total number of samples read, one entry per date range.
getter/setter pair
samplingSpaceSizes List<String>?
If the results are sampled, this returns the total number of samples present, one entry per date range.
getter/setter pair
totals List<DateRangeValues>?
For each requested date range, for the set of all rows that match the query, every requested value format gets a total.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited