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