Searched defs:EntityInfoForQuery (Results 1 – 1 of 1) sorted by relevance
51 struct EntityInfoForQuery { struct52 std::string className;53 std::string entityId;54 std::string entityCategory;55 std::string parameters;79 std::vector<EntityInfoForQuery> entities {}; argument