ListNotebookRuntimeTemplatesResponse constructor
ListNotebookRuntimeTemplatesResponse({
- List<
NotebookRuntimeTemplate> notebookRuntimeTemplates = const [], - String nextPageToken = '',
Implementation
ListNotebookRuntimeTemplatesResponse({
this.notebookRuntimeTemplates = const [],
this.nextPageToken = '',
}) : super(fullyQualifiedName);