toJson method

  1. @override
Object toJson()
override

Implementation

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