LineDrive.LeadOrganization (line_drive v0.25.1)

This module represent a lead organization in pipedrive.

Summary

Types

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

Functions