GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse constructor

GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1NotebookExecutionJob>? notebookExecutionJobs,
})

Implementation

GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse({
  this.nextPageToken,
  this.notebookExecutionJobs,
});