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

setOSType() public method

public setOSType ( string $oSType = null ) : self
$oSType string
return self
    public function setOSType($oSType = null)
    {
        $this->oSType = $oSType;
        return $this;
    }