View Source UAInspector.Result.OS (UAInspector v3.4.0)

Operating system result struct.

Link to this section Summary

Link to this section Types

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