LineDrive.ActivityType (line_drive v0.5.2)

This module and enclosed struct represent a activity type in pipedrive.

Link to this section Summary

Link to this section Types

Link to this type

key_string()

@type key_string() :: binary()
@type t() :: %LineDrive.ActivityType{
  active_flag: boolean(),
  add_time: NaiveDateTime.t() | nil,
  id: integer(),
  is_custom_flag: boolean(),
  key_string: key_string(),
  name: binary(),
  update_time: NaiveDateTime.t() | nil
}

Link to this section Functions