ListNotebookRuntimeTemplatesResponse constructor

ListNotebookRuntimeTemplatesResponse({
  1. List<NotebookRuntimeTemplate> notebookRuntimeTemplates = const [],
  2. String nextPageToken = '',
})

Implementation

ListNotebookRuntimeTemplatesResponse({
  this.notebookRuntimeTemplates = const [],
  this.nextPageToken = '',
}) : super(fullyQualifiedName);