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