ScheduledJobDto constructor
ScheduledJobDto({})
Returns a new ScheduledJobDto instance.
Implementation
ScheduledJobDto({
required this.id,
required this.userId,
required this.inboxId,
required this.jobId,
required this.groupId,
required this.triggerId,
required this.status,
required this.sendAtTimestamp,
required this.createdAt,
required this.updatedAt,
});