toJson method

Map<String, dynamic> toJson()

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,
  };
}