Docker\API\Model\SystemInformation::setOSType PHP Метод

setOSType() публичный Метод

public setOSType ( string $oSType = null ) : self
$oSType string
Результат self
    public function setOSType($oSType = null)
    {
        $this->oSType = $oSType;
        return $this;
    }