JourneyResponse class

Provides information about the status, configuration, and other settings for a journey.

Constructors

JourneyResponse({required String applicationId, required String id, required String name, Map<String, Activity>? activities, String? creationDate, String? lastModifiedDate, JourneyLimits? limits, bool? localTime, QuietTime? quietTime, String? refreshFrequency, JourneySchedule? schedule, String? startActivity, StartCondition? startCondition, State? state, Map<String, String>? tags})
JourneyResponse.fromJson(Map<String, dynamic> json)
factory

Properties

activities Map<String, Activity>?
A map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity.
final
applicationId String
The unique identifier for the application that the journey applies to.
final
creationDate String?
The date, in ISO 8601 format, when the journey was created.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the journey.
final
lastModifiedDate String?
The date, in ISO 8601 format, when the journey was last modified.
final
limits JourneyLimits?
The messaging and entry limits for the journey.
final
localTime bool?
Specifies whether the journey's scheduled start and end times use each participant's local time. If this value is true, the schedule uses each participant's local time.
final
name String
The name of the journey.
final
quietTime QuietTime?
The quiet time settings for the journey. Quiet time is a specific time range when a journey doesn't send messages to participants, if all the following conditions are met:
final
refreshFrequency String?
The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule JourneySchedule?
The schedule settings for the journey.
final
startActivity String?
The unique identifier for the first activity in the journey.
final
startCondition StartCondition?
The segment that defines which users are participants in the journey.
final
state State?
The current status of the journey. Possible values are:
final
tags Map<String, String>?
This object is not used or supported.
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