rooms = $rooms; } /** * @return GoogleHomeEnterpriseSdmV1Room[] */ public function getRooms() { return $this->rooms; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleHomeEnterpriseSdmV1ListRoomsResponse::class, 'Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListRoomsResponse');