GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse constructor
GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1NotebookRuntimeTemplate> ? notebookRuntimeTemplates,
Implementation
GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse({
this.nextPageToken,
this.notebookRuntimeTemplates,
});