GaDataQuery class

Analytics data request query parameters.

Constructors

GaDataQuery({String? dimensions, String? endDate, String? filters, String? ids, int? maxResults, List<String>? metrics, String? samplingLevel, String? segment, List<String>? sort, String? startDate, int? startIndex})
GaDataQuery.fromJson(Map json_)

Properties

dimensions String?
List of analytics dimensions.
getter/setter pair
endDate String?
End date.
getter/setter pair
filters String?
Comma-separated list of dimension or metric filters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ids String?
Unique table ID.
getter/setter pair
maxResults int?
Maximum results per page.
getter/setter pair
metrics List<String>?
List of analytics metrics.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingLevel String?
Desired sampling level
getter/setter pair
segment String?
Analytics advanced segment.
getter/setter pair
sort List<String>?
List of dimensions or metrics based on which Analytics data is sorted.
getter/setter pair
startDate String?
Start date.
getter/setter pair
startIndex int?
Start index.
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