UAInspector.Result.Device (UAInspector v3.11.0)

View Source

Device result struct.

Summary

Types

t()

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