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