UAInspector v2.1.0 UAInspector.Result.OS 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
}