LineDrive.Person (line_drive v0.3.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: integer(),
  name: binary(),
  primary_email: binary() | nil
}

Link to this section Functions