/****************************************************************************** * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN */ #pragma once #include #include "converters.h" #include "csapi/definitions/push_rule.h" #include "converters.h" namespace QMatrixClient { // Data structures struct PushRuleset { QVector content; QVector override; QVector room; QVector sender; QVector underride; }; QJsonObject toJson(const PushRuleset& pod); template <> struct FromJson { PushRuleset operator()(const QJsonValue& jv); }; } // namespace QMatrixClient