View Source ExPipedrive.Recent (ex_pipedrive v0.2.0)

A recent-change entry from GET /api/v1/recents.

:item is the entity type ("deal", "person", …). :data is the raw item payload for that type (left as a map — shape varies by :item).

Summary

Types

@type t() :: %ExPipedrive.Recent{
  data: map() | nil,
  id: term() | nil,
  item: String.t() | nil,
  original_object: map() | nil
}

Functions