ExClearbit v0.2.1 ExClearbit.Model.NameToDomain View Source

The struct for the NameToDomain data returned from Clearbit

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClearbit.Model.NameToDomain{
  domain: term(),
  logo: term(),
  name: 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.NameToDomain{domain: term(), logo: term(), name: term()}