Searched defs:InnerBundleCloneInfo (Results 1 – 1 of 1) sorted by relevance
24 struct InnerBundleCloneInfo { struct25 int32_t userId = Constants::INVALID_USERID;51 void from_json(const nlohmann::json& jsonObject, InnerBundleCloneInfo& bundleCloneInfo); argument