Docker\API\Model\SystemInformation::setNGoroutines PHP Method

setNGoroutines() public method

public setNGoroutines ( integer $nGoroutines = null ) : self
$nGoroutines integer
return self
    public function setNGoroutines($nGoroutines = null)
    {
        $this->nGoroutines = $nGoroutines;
        return $this;
    }