LineDrive.Activity (line_drive v0.8.0)
This module and enclosed struct represent a activity in pipedrive.
Link to this section Summary
Link to this section Types
@type t() :: %LineDrive.Activity{ busy_flag: boolean(), deal_id: pos_integer(), done: 0 | 1, due_date: Date.t(), due_time: String.t(), duration: String.t(), id: pos_integer(), lead_id: pos_integer(), location: String.t(), note: String.t(), ord_id: pos_integer(), participants: [LineDrive.ActivityParticipant.t()], person_id: pos_integer(), public_description: String.t(), subject: String.t(), type: LineDrive.ActivityType.key_string(), user_id: pos_integer() }
Link to this section Functions
Link to this function