LineDrive.Lead (line_drive v0.25.1)
This module and enclosed structs represent a lead in pipedrive.
Summary
Types
@type t() :: %LineDrive.Lead{ expected_close_date: Date.t() | nil, id: String.t() | nil, organization: LineDrive.LeadOrganization | nil, organization_id: pos_integer() | nil, person: LineDrive.LeadPerson | nil, person_id: pos_integer() | nil, title: String.t(), value: LineDrive.LeadValue | nil }
Functions
Link to this function
handle_transform(map, _)
Link to this function
new(map)
Link to this function