LineDrive.ActivityType (line_drive v0.24.0)

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(),
  id: pos_integer(),
  is_custom_flag: boolean(),
  key_string: key_string(),
  name: String.t(),
  update_time: NaiveDateTime.t()
}

Link to this section Functions

Link to this function

handle_transform(map, _)

Link to this function

new_from_map(map)