RealtimeData class
Real time data for a given view (profile).
Constructors
- 
          RealtimeData({List<RealtimeDataColumnHeaders> ? columnHeaders, String? id, String? kind, RealtimeDataProfileInfo? profileInfo, RealtimeDataQuery? query, List<List< ? rows, String? selfLink, int? totalResults, Map<String> >String, String> ? totalsForAllResults})
- RealtimeData.fromJson(Map json_)
Properties
- 
  columnHeaders
  ↔ List<RealtimeDataColumnHeaders> ?
- 
  Column headers that list dimension names followed by the metric names.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  Unique ID for this data response.
  getter/setter pair
- kind ↔ String?
- 
  Resource type.
  getter/setter pair
- profileInfo ↔ RealtimeDataProfileInfo?
- 
  Information for the view (profile), for which the real time data was
requested.
  getter/setter pair
- query ↔ RealtimeDataQuery?
- 
  Real time data request query parameters.
  getter/setter pair
- 
  rows
  ↔ List<List< ?String> >
- 
  Real time data rows, where each row contains a list of dimension values
followed by the metric values.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- selfLink ↔ String?
- 
  Link to this page.
  getter/setter pair
- totalResults ↔ int?
- 
  The total number of rows for the query, regardless of the number of rows
in the response.
  getter/setter pair
- 
  totalsForAllResults
  ↔ Map<String, String> ?
- 
  Total values for the requested metrics over all the results, not just the
results returned in this response.
  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