#include "huaweicloud/kms/v2/model/ShowVersionsRequest.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Kms {
namespace V2 {
namespace Model {
ShowVersionsRequest::ShowVersionsRequest()
{
}
ShowVersionsRequest::~ShowVersionsRequest() = default;
void ShowVersionsRequest::validate()
{
}
web::json::value ShowVersionsRequest::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool ShowVersionsRequest::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}