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