ListNotebookRuntimesResponse constructor

ListNotebookRuntimesResponse({
  1. List<NotebookRuntime> notebookRuntimes = const [],
  2. String nextPageToken = '',
})

Implementation

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