ExClearbit v0.2.1 ExClearbit.Model.Company View Source

The struct for the Company data returned from Clearbit

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClearbit.Model.Company{
  angel_list: term(),
  category: term(),
  crunchbase: term(),
  description: term(),
  domain: term(),
  domain_aliases: term(),
  email_provider: term(),
  facebook: term(),
  founded_year: term(),
  geo: term(),
  id: term(),
  indexed_at: term(),
  legal_name: term(),
  linkedin: term(),
  location: term(),
  logo: term(),
  metrics: term(),
  name: term(),
  phone: term(),
  site: term(),
  tags: term(),
  tech: term(),
  time_zone: term(),
  twitter: term(),
  type: term(),
  utc_offset: term()
}

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.Company{
  angel_list: term(),
  category: term(),
  crunchbase: term(),
  description: term(),
  domain: term(),
  domain_aliases: term(),
  email_provider: term(),
  facebook: term(),
  founded_year: term(),
  geo: term(),
  id: term(),
  indexed_at: term(),
  legal_name: term(),
  linkedin: term(),
  location: term(),
  logo: term(),
  metrics: term(),
  name: term(),
  phone: term(),
  site: term(),
  tags: term(),
  tech: term(),
  time_zone: term(),
  twitter: term(),
  type: term(),
  utc_offset: term()
}