JourneyDateRangeKpiResponse constructor
JourneyDateRangeKpiResponse({})
Implementation
JourneyDateRangeKpiResponse({
required this.applicationId,
required this.endTime,
required this.journeyId,
required this.kpiName,
required this.kpiResult,
required this.startTime,
this.nextToken,
});