ParticipantCountByMinuteResponse constructor
ParticipantCountByMinuteResponse({})
Returns a new ParticipantCountByMinuteResponse instance.
Implementation
ParticipantCountByMinuteResponse({
required this.first,
required this.last,
required this.max,
required this.min,
required this.startTs,
});