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


#include "huaweicloud/ims/v2/model/ShowImageQuotaRequest.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Ims {
namespace V2 {
namespace Model {




ShowImageQuotaRequest::ShowImageQuotaRequest()
{
}

ShowImageQuotaRequest::~ShowImageQuotaRequest() = default;

void ShowImageQuotaRequest::validate()
{
}

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


    return val;
}

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

}
}
}
}
}