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