factory UpgradeNotebookRuntimeRequest.fromJson(Map<String, dynamic> json) { return UpgradeNotebookRuntimeRequest(name: json['name'] ?? ''); }