/** * Nudm_UECM * Nudm Context Management Service. � 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. * * The version of the OpenAPI document: 1.1.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /* * RatType.h * * */ #ifndef RatType_H_ #define RatType_H_ #include <nlohmann/json.hpp> namespace org { namespace openapitools { namespace server { namespace model { /// <summary> /// /// </summary> class RatType { public: RatType(); virtual ~RatType(); void validate(); ///////////////////////////////////////////// /// RatType members friend void to_json(nlohmann::json& j, const RatType& o); friend void from_json(const nlohmann::json& j, RatType& o); protected: }; } } } } #endif /* RatType_H_ */