GoogleCloudAiplatformV1ListNotebookRuntimesResponse constructor

GoogleCloudAiplatformV1ListNotebookRuntimesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1NotebookRuntime>? notebookRuntimes,
})

Implementation

GoogleCloudAiplatformV1ListNotebookRuntimesResponse({
  this.nextPageToken,
  this.notebookRuntimes,
});