GetNotebookRuntimeRequest constructor
GetNotebookRuntimeRequest({
- required String name,
Implementation
GetNotebookRuntimeRequest({required this.name}) : super(fullyQualifiedName);
GetNotebookRuntimeRequest({required this.name}) : super(fullyQualifiedName);