Searched refs:enabledJson (Results 1 – 1 of 1) sorted by relevance
1928 std::optional<bool> enabledJson; in handleAccountCollectionPost() local1933 "Enabled", enabledJson, // in handleAccountCollectionPost()1951 bool enabled = enabledJson.value_or(true); in handleAccountCollectionPost()