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