ResultRowValue class
Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application, campaign, or journey.
Constructors
- ResultRowValue({required String key, required String type, required String value})
-
ResultRowValue.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The friendly name of the metric whose value is specified by the Value
property.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
The data type of the value specified by the Value property.
final
- value → String
-
In a Values object, the value for the metric that the query retrieved data
for. In a GroupedBys object, the value for the field that was used to group
data in a result set that contains multiple results (Values objects).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited