template<>
daw::json::json_data_contract<GeneratorProfile> struct

Public types

using type = json_member_list<json_number<"uid", Uid>, json_string<"name", Name>, json_variant_null<"active", OptActive, jvtl_Active>, json_variant<"generator", SingleId>, json_variant<"profile", STBRealFieldSched, jvtl_STBRealFieldSched>, json_variant_null<"scost", OptTRealFieldSched, jvtl_TRealFieldSched>>

Public static functions

static auto to_json_data(GeneratorProfile const& generator_profile) -> auto constexpr