toJson method
Implementation
@override
Object toJson() => {
'parent': parent,
if (notebookExecutionJob != null)
'notebookExecutionJob': notebookExecutionJob!.toJson(),
if (notebookExecutionJobId.isNotDefault)
'notebookExecutionJobId': notebookExecutionJobId,
};