RealtimeData class
Real time data for a given view (profile).
Constructors
- RealtimeData()
- RealtimeData.fromJson(Map _json)
Properties
-
columnHeaders
↔ List<
RealtimeDataColumnHeaders> -
Column headers that list dimension names followed by the metric names. The
order of dimensions and metrics is same as specified in the request.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Unique ID for this data response.
read / write
- kind ↔ String
-
Resource type.
read / write
- profileInfo ↔ RealtimeDataProfileInfo
-
Information for the view (profile), for which the real time data was
requested.
read / write
- query ↔ RealtimeDataQuery
-
Real time data request query parameters.
read / write
-
rows
↔ List<
List< String> > -
Real time data rows, where each row contains a list of dimension values
followed by the metric values. The order of dimensions and metrics is same
as specified in the request.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Link to this page.
read / write
- totalResults ↔ int
-
The total number of rows for the query, regardless of the number of rows
in the response.
read / write
-
totalsForAllResults
↔ Map<
String, String> -
Total values for the requested metrics over all the results, not just the
results returned in this response. The order of the metric totals is same
as the metric order specified in the request.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited