family property
What family the OS belong to, if known. Possible string values are:
- "OS_FAMILY_UNKNOWN"
- "OS_FAMILY_WINDOWS" : Microsoft Windows Server and Desktop.
- "OS_FAMILY_LINUX" : Various Linux flavors.
- "OS_FAMILY_UNIX" : Non-Linux Unix flavors.
Implementation
core.String? family;