Searched defs:UserSubscription (Results 1 – 1 of 1) sorted by relevance
24 struct UserSubscription struct27 std::string id;28 boost::urls::url destinationUrl;29 std::string protocol;30 bool verifyCertificate = true;31 std::string retryPolicy;32 bool sendHeartbeat = false;35 uint64_t hbIntervalMinutes = 10;36 std::string customText;37 std::string eventFormatType;[all …]