toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (notebookExecutionJob != null)
'notebookExecutionJob': notebookExecutionJob!,
if (notebookExecutionJobId != null)
'notebookExecutionJobId': notebookExecutionJobId!,
if (parent != null) 'parent': parent!,
};