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

Device result struct.

Summary

Types

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