We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b1163 commit d52781bCopy full SHA for d52781b
src/model/metadata.rs
@@ -50,8 +50,8 @@ pub struct Start {
50
pub versions: Versions,
51
pub instrument: String,
52
pub instrument_session: String,
53
- pub data_session_directory: String,
54
- pub scan_file: String,
+ pub data_session_directory: Option<String>,
+ pub scan_file: Option<String>,
55
pub scan_id: i64,
56
pub plan_type: String,
57
pub plan_name: String,
0 commit comments