JourneyExecutionMetricsResponse class
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query.
Constructors
-
JourneyExecutionMetricsResponse({required String applicationId, required String journeyId, required String lastEvaluatedTime, required Map<
String, String> metrics}) -
JourneyExecutionMetricsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationId → String
-
The unique identifier for the application that the metric applies to.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- journeyId → String
-
The unique identifier for the journey that the metric applies to.
final
- lastEvaluatedTime → String
-
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated
the journey and updated the data for the metric.
final
-
metrics
→ Map<
String, String> -
A JSON object that contains the results of the query. For information about
the structure and contents of the results, see the Amazon
Pinpoint Developer Guide.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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