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

getOSType() public method

public getOSType ( ) : string
return string
    public function getOSType()
    {
        return $this->oSType;
    }