in src/EnterpriseSearch/Schema/Responses.php [31:38]
public function __construct(int $_1xx, int $_2xx, int $_3xx, int $_4xx, int $_5xx)
{
$this->_1xx = $_1xx;
$this->_2xx = $_2xx;
$this->_3xx = $_3xx;
$this->_4xx = $_4xx;
$this->_5xx = $_5xx;
}