ListNotebookExecutionJobsResponse constructor

ListNotebookExecutionJobsResponse({
  1. List<NotebookExecutionJob> notebookExecutionJobs = const [],
  2. String nextPageToken = '',
})

Implementation

ListNotebookExecutionJobsResponse({
  this.notebookExecutionJobs = const [],
  this.nextPageToken = '',
}) : super(fullyQualifiedName);