toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final notebookExecutionJob = this.notebookExecutionJob;
final notebookExecutionJobId = this.notebookExecutionJobId;
final parent = this.parent;
return {
'notebookExecutionJob': ?notebookExecutionJob,
'notebookExecutionJobId': ?notebookExecutionJobId,
'parent': ?parent,
};
}