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


#include "huaweicloud/kms/v2/model/DisableKeyRotationResponse.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Kms {
namespace V2 {
namespace Model {




DisableKeyRotationResponse::DisableKeyRotationResponse()
{
}

DisableKeyRotationResponse::~DisableKeyRotationResponse() = default;

void DisableKeyRotationResponse::validate()
{
}

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


    return val;
}

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

}
}
}
}
}