Hhuaweicloud
656b86e7创建于 2023年7月6日历史提交


#include "huaweicloud/eps/v1/model/ShowEnterpriseProjectQuotaRequest.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Eps {
namespace V1 {
namespace Model {




ShowEnterpriseProjectQuotaRequest::ShowEnterpriseProjectQuotaRequest()
{
}

ShowEnterpriseProjectQuotaRequest::~ShowEnterpriseProjectQuotaRequest() = default;

void ShowEnterpriseProjectQuotaRequest::validate()
{
}

web::json::value ShowEnterpriseProjectQuotaRequest::toJson() const
{
    web::json::value val = web::json::value::object();


    return val;
}

bool ShowEnterpriseProjectQuotaRequest::fromJson(const web::json::value& val)
{
    bool ok = true;
    
    return ok;
}

}
}
}
}
}