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