McfData class

Multi-Channel Funnels data for a given view (profile).

Constructors

McfData({List<McfDataColumnHeaders>? columnHeaders, bool? containsSampledData, String? id, int? itemsPerPage, String? kind, String? nextLink, String? previousLink, McfDataProfileInfo? profileInfo, McfDataQuery? query, List<List<McfDataRows>>? rows, String? sampleSize, String? sampleSpace, String? selfLink, int? totalResults, Map<String, String>? totalsForAllResults})
McfData.fromJson(Map json_)

Properties

columnHeaders List<McfDataColumnHeaders>?
Column headers that list dimension names followed by the metric names.
getter/setter pair
containsSampledData bool?
Determines if the Analytics data contains sampled data.
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 McfDataProfileInfo?
Information for the view (profile), for which the Analytics data was requested.
getter/setter pair
query McfDataQuery?
Analytics data request query parameters.
getter/setter pair
rows List<List<McfDataRows>>?
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