BatchCallResponse constructor
const
BatchCallResponse({
- 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,
Implementation
const BatchCallResponse({
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,
});