LineDrive.Person (line_drive v0.15.0)
This module and enclosed struct represent a person in pipedrive.
Link to this section Summary
Link to this section Types
@type t() :: %LineDrive.Person{ id: pos_integer() | nil, name: String.t(), organization: LineDrive.Organization.t() | nil, owner_id: pos_integer() | nil, primary_email: String.t() | nil }
Link to this section Functions
Link to this function