in src/EnterpriseSearch/Schema/NetworkBytes.php [30:36]
public function __construct(int $received_total, int $received_rate, int $sent_total, int $sent_rate)
{
$this->received_total = $received_total;
$this->received_rate = $received_rate;
$this->sent_total = $sent_total;
$this->sent_rate = $sent_rate;
}