ExClearbit v0.2.3 ExClearbit.Model.Prospector.Results View Source

Struct for containing list of prospect results from Clearbit

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClearbit.Model.Prospector.Results{
  page: non_neg_integer(),
  page_size: non_neg_integer(),
  results: [ExClearbit.Model.Prospector.Person.t()],
  total: non_neg_integer()
}

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.Prospector.Results{
    page: term(),
    page_size: term(),
    results: term(),
    total: term()
  }