DeleteNotebookRuntimeRequest constructor

DeleteNotebookRuntimeRequest({
  1. required String name,
})

Implementation

DeleteNotebookRuntimeRequest({required this.name})
  : super(fullyQualifiedName);