diff --git a/Services/MetaStudio/V1/Model/ListSmartLiveRoomsRequest.php b/Services/MetaStudio/V1/Model/ListSmartLiveRoomsRequest.php index 69f8b8db2..1c11f4c9b 100644 --- a/Services/MetaStudio/V1/Model/ListSmartLiveRoomsRequest.php +++ b/Services/MetaStudio/V1/Model/ListSmartLiveRoomsRequest.php @@ -211,7 +211,7 @@ public static function openAPIFormats() 'limit' => 'getLimit', 'roomName' => 'getRoomName', 'dhId' => 'getDhId', - 'modelName' => 'getModelName', + 'modelName' => 'getModelNamenew', 'liveState' => 'getLiveState', 'startTime' => 'getStartTime', 'endTime' => 'getEndTime', @@ -597,7 +597,7 @@ public function setDhId($dhId) * * @return string|null */ - public function getModelName() + public function getModelNamenew() { return $this->container['modelName']; }