ExClearbit v0.2.3 ExClearbit.Model.Reveal View Source

Struct for company retrieved by the Reveal API

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClearbit.Model.Reveal{
  company: ExClearbit.Model.Company.t() | nil,
  domain: binary() | nil,
  fuzzy: boolean(),
  geo_ip: map(),
  ip: binary(),
  type: binary()
}

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

View Source
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExClearbit.Model.Reveal{
  company: term(),
  domain: term(),
  fuzzy: term(),
  geo_ip: term(),
  ip: term(),
  type: term()
}