Hhuaweicloud
ac72c02a创建于 2023年8月21日历史提交


#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;
}

}
}
}
}
}