LineDrive.Pipeline (line_drive v0.25.1)
This module and enclosed struct represent a pipeline in pipedrive.
Summary
Types
@type t() :: %LineDrive.Pipeline{ active: boolean(), add_time: NaiveDateTime.t(), deal_probability: float(), id: pos_integer(), name: String.t(), order_nr: pos_integer(), selected: boolean(), update_time: NaiveDateTime.t(), url_title: String.t() }
Functions
Link to this function
handle_transform(map, original_map)
Link to this function
new(map)
Link to this function