View Source ExPipedrive.LeadOrganization (ex_pipedrive v0.1.0)

This module represent a lead organization in pipedrive.

Summary

Types

@type t() :: %ExPipedrive.LeadOrganization{
  id: pos_integer() | nil,
  name: String.t() | nil
}

Functions