GoogleCloudAiplatformV1ListNotebookRuntimesResponse constructor
GoogleCloudAiplatformV1ListNotebookRuntimesResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1NotebookRuntime> ? notebookRuntimes,
Implementation
GoogleCloudAiplatformV1ListNotebookRuntimesResponse({
this.nextPageToken,
this.notebookRuntimes,
});