LineDrive.Activity (line_drive v0.5.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: integer(),
  done: integer(),
  due_date: Date.t(),
  due_time: binary(),
  duration: binary(),
  id: binary(),
  lead_id: integer(),
  location: binary(),
  note: binary(),
  org_id: integer(),
  participants: [LineDrive.ActivityParticipant.t()],
  person_id: integer(),
  public_description: binary(),
  subject: binary(),
  type: LineDrive.ActivityType.key_string(),
  user_id: integer()
}

Link to this section Functions