View Source ExPipedrive.Follower (ex_pipedrive v0.2.0)
A user following a deal, person, or organization.
Shared shape across GET/POST/DELETE /api/v2/{deals,persons,organizations}/:id/followers.
Only the id of the followed entity that was requested is populated —
deal_id, person_id, and org_id are mutually exclusive per call.
Summary
Types
@type t() :: %ExPipedrive.Follower{ add_time: (DateTime.t() | NaiveDateTime.t()) | nil, deal_id: pos_integer() | nil, id: pos_integer() | nil, org_id: pos_integer() | nil, original_object: map() | nil, person_id: pos_integer() | nil, user_id: pos_integer() | nil }