UAInspector v0.19.0 UAInspector.Result.Bot View Source
Bot result struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %UAInspector.Result.Bot{
category: String.t() | :unknown,
name: String.t() | :unknown,
producer: UAInspector.Result.BotProducer.t(),
url: String.t() | :unknown,
user_agent: String.t()
}
t() :: %UAInspector.Result.Bot{ category: String.t() | :unknown, name: String.t() | :unknown, producer: UAInspector.Result.BotProducer.t(), url: String.t() | :unknown, user_agent: String.t() }