View Source UAInspector.Result.Device (UAInspector v3.3.1)

Device result struct.

Link to this section Summary

Link to this section Types

@type t() :: %UAInspector.Result.Device{
  brand: String.t() | :unknown,
  model: String.t() | :unknown,
  type: String.t() | :unknown
}