UAInspector.Result.OS (UAInspector v2.2.0) View Source

Operating system result struct.

Link to this section Summary

Link to this section Types

Specs

t() :: %UAInspector.Result.OS{
  name: String.t() | :unknown,
  platform: String.t() | :unknown,
  version: String.t() | :unknown
}