GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse constructor
GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1NotebookExecutionJob> ? notebookExecutionJobs,
Implementation
GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse({
this.nextPageToken,
this.notebookExecutionJobs,
});