#include <gtopt/json/json_reserve_zone.hpp>
template<>
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