BatchCallDetailedResponse constructor
const
BatchCallDetailedResponse({
- required String id,
- required String phoneNumberId,
- TelephonyProvider? phoneProvider,
- required String name,
- required String agentId,
- required int createdAtUnix,
- required int scheduledTimeUnix,
- required int totalCallsDispatched,
- required int totalCallsScheduled,
- required int lastUpdatedAtUnix,
- required BatchCallStatus status,
- required String agentName,
- required List<
OutboundCallRecipientResponseModel> recipients,
Implementation
const BatchCallDetailedResponse({
required this.id,
required this.phoneNumberId,
this.phoneProvider,
required this.name,
required this.agentId,
required this.createdAtUnix,
required this.scheduledTimeUnix,
required this.totalCallsDispatched,
required this.totalCallsScheduled,
required this.lastUpdatedAtUnix,
required this.status,
required this.agentName,
required this.recipients,
});