DailyAggregateCallParticipantCountReportResponse constructor
DailyAggregateCallParticipantCountReportResponse({
- required String date,
- required CallParticipantCountReport report,
Returns a new DailyAggregateCallParticipantCountReportResponse instance.
Implementation
DailyAggregateCallParticipantCountReportResponse({
required this.date,
required this.report,
});