/**
* Nudr_DataRepository API OpenAPI file
* Unified Data Repository Service. © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. 
*
* The version of the OpenAPI document: 2.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.
*/
/*
 * UeAuth.h
 *
 * 
 */

#ifndef UeAuth_H_
#define UeAuth_H_


#include <nlohmann/json.hpp>

namespace oai::udr::model {

/// <summary>
/// 
/// </summary>
class  UeAuth
{
public:
    UeAuth();
    virtual ~UeAuth();

    void validate();

    /////////////////////////////////////////////
    /// UeAuth members


    friend void to_json(nlohmann::json& j, const UeAuth& o);
    friend void from_json(const nlohmann::json& j, UeAuth& o);
protected:
};

}




#endif /* UeAuth_H_ */