JourneyResponse constructor
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,
Implementation
JourneyResponse({
required this.applicationId,
required this.id,
required this.name,
this.activities,
this.creationDate,
this.lastModifiedDate,
this.limits,
this.localTime,
this.quietTime,
this.refreshFrequency,
this.schedule,
this.startActivity,
this.startCondition,
this.state,
this.tags,
});