Hhuaweicloud
656b86e7创建于 2023年7月6日历史提交


#include "huaweicloud/live/v1/model/CreateStreamForbiddenResponse.h"

namespace HuaweiCloud {
namespace Sdk {
namespace Live {
namespace V1 {
namespace Model {




CreateStreamForbiddenResponse::CreateStreamForbiddenResponse()
{
}

CreateStreamForbiddenResponse::~CreateStreamForbiddenResponse() = default;

void CreateStreamForbiddenResponse::validate()
{
}

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


    return val;
}

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

}
}
}
}
}