29 std::unordered_map<std::string, NodeData::ValueAndType> attribute_values_and_types = {},
30 std::vector<std::string> removed_attribute_keys = {});
33 std::unordered_map<std::string, NodeData::ValueAndType> getAttributeValuesAndTypes()
const;
34 std::vector<std::string> getRemovedAttributeKeys()
const;
36 SERIALIZE(header_, inquired_node_, attribute_values_and_types_, removed_attribute_keys_);
46 bool validateImpl()
const;
50 std::unordered_map<std::string, NodeData::ValueAndType> attribute_values_and_types_;
52 std::vector<std::string> removed_attribute_keys_;