ListNotebookExecutionJobsResponse constructor
ListNotebookExecutionJobsResponse({
- List<
NotebookExecutionJob> notebookExecutionJobs = const [], - String nextPageToken = '',
Implementation
ListNotebookExecutionJobsResponse({
this.notebookExecutionJobs = const [],
this.nextPageToken = '',
}) : super(fullyQualifiedName);