GaData class

Analytics data for a given view (profile).

Constructors

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<String>>? rows, String? sampleSize, String? sampleSpace, String? selfLink, int? totalResults, Map<String, String>? totalsForAllResults})
GaData.fromJson(Map json_)

Properties

columnHeaders List<GaDataColumnHeaders>?
Column headers that list dimension names followed by the metric names.
getter/setter pair
containsSampledData bool?
Determines if Analytics data contains samples.
getter/setter pair
dataLastRefreshed String?
The last refreshed time in seconds for Analytics data.
getter/setter pair
dataTable GaDataDataTable?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique ID for this data response.
getter/setter pair
itemsPerPage int?
The maximum number of rows the response can contain, regardless of the actual number of rows returned.
getter/setter pair
kind String?
Resource type.
getter/setter pair
Link to next page for this Analytics data query.
getter/setter pair
Link to previous page for this Analytics data query.
getter/setter pair
profileInfo GaDataProfileInfo?
Information for the view (profile), for which the Analytics data was requested.
getter/setter pair
query GaDataQuery?
Analytics data request query parameters.
getter/setter pair
rows List<List<String>>?
Analytics 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
sampleSize String?
The number of samples used to calculate the result.
getter/setter pair
sampleSpace String?
Total size of the sample space from which the samples were selected.
getter/setter pair
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