#include "huaweicloud/live/v1/model/UpdateSnapshotConfigResponse.h"
namespace HuaweiCloud {
namespace Sdk {
namespace Live {
namespace V1 {
namespace Model {
UpdateSnapshotConfigResponse::UpdateSnapshotConfigResponse()
{
}
UpdateSnapshotConfigResponse::~UpdateSnapshotConfigResponse() = default;
void UpdateSnapshotConfigResponse::validate()
{
}
web::json::value UpdateSnapshotConfigResponse::toJson() const
{
web::json::value val = web::json::value::object();
return val;
}
bool UpdateSnapshotConfigResponse::fromJson(const web::json::value& val)
{
bool ok = true;
return ok;
}
}
}
}
}
}