factory JobTimeout.fromJson(Map<String, dynamic> json) { return JobTimeout( attemptDurationSeconds: json['attemptDurationSeconds'] as int?, ); }