LineDrive.Pipeline (line_drive v0.5.2)

This module and enclosed struct represent a pipeline in pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.Pipeline{
  active: boolean(),
  add_time: NaiveDateTime.t(),
  deal_probability: boolean(),
  id: integer(),
  name: binary(),
  order_nr: integer(),
  selected: boolean(),
  update_time: NaiveDateTime.t() | nil,
  url_title: binary()
}

Link to this section Functions