Represents the result of parsing a user agent string, containing detailed information about the browser, CPU, device, engine, and operating system.
browser The browser information, including the browser's name and version
browser
cpu The CPU architecture information (e.g., x86, ARM)
cpu
device The device information, including the model, type, and vendor
device
engine The engine information, including the engine's name and version (e.g., Blink, WebKit)
engine
os The operating system information, including the name and version (e.g., Windows, Linux, macOS)
os