Sub2ApiAdminOpsJobHeartbeat constructor
const
Sub2ApiAdminOpsJobHeartbeat({})
Implementation
const Sub2ApiAdminOpsJobHeartbeat({
required this.jobName,
this.lastRunAt,
this.lastSuccessAt,
this.lastErrorAt,
required this.lastError,
this.lastDurationMs,
required this.lastResult,
required this.updatedAt,
});