template<>
daw::json::json_data_contract<ReserveZone> 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_null<"urreq", OptTBRealFieldSched, jvtl_TBRealFieldSched>, json_variant_null<"drreq", OptTBRealFieldSched, jvtl_TBRealFieldSched>, json_variant_null<"urcost", OptTRealFieldSched, jvtl_TRealFieldSched>, json_variant_null<"drcost", OptTRealFieldSched, jvtl_TRealFieldSched>>

Public static functions

static auto to_json_data(ReserveZone const& obj) -> auto constexpr