LineDrive.Note (line_drive v0.24.0)

This module and enclosed structs represent a note in pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.Note{
  content: String.t(),
  deal_id: pos_integer() | nil,
  id: String.t() | nil,
  lead_id: pos_integer() | nil,
  org_id: pos_integer() | nil,
  person_id: pos_integer() | nil,
  pinned_to_organization_flag: boolean()
}

Link to this section Functions