UAInspector v1.2.0 UAInspector.Result.Device View Source

Device result struct.

Link to this section Summary

Link to this section Types

Link to this type

t()

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