ExClearbit v0.2.1 ExClearbit.Model.Person View Source
The struct for the Person data returned from Clearbit
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExClearbit.Model.Person{ aboutme: term(), angellist: term(), avatar: term(), bio: term(), email_provider: term(), employment: term(), facebook: term(), fuzzy: term(), gender: term(), geo: term(), github: term(), googleplus: term(), gravatar: term(), id: term(), indexed_at: term(), linkedin: term(), location: term(), name: term(), site: term(), time_zone: term(), twitter: term(), utc_offset: term() }
Link to this section Functions
Link to this function
new(map_or_kwlist, opts \\ [])
View Sourcenew(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExClearbit.Model.Person{ aboutme: term(), angellist: term(), avatar: term(), bio: term(), email_provider: term(), employment: term(), facebook: term(), fuzzy: term(), gender: term(), geo: term(), github: term(), googleplus: term(), gravatar: term(), id: term(), indexed_at: term(), linkedin: term(), location: term(), name: term(), site: term(), time_zone: term(), twitter: term(), utc_offset: term() }