template<>
daw::json::json_data_contract<DemandProfile> 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<"demand", SingleId>, json_variant<"profile", STBRealFieldSched, jvtl_STBRealFieldSched>, json_variant_null<"scost", OptTRealFieldSched, jvtl_TRealFieldSched>>

Public static functions

static auto to_json_data(DemandProfile const& demand_profile) -> auto constexpr