LineDrive.Organization (line_drive v0.16.0)

This module and enclosed struct represent an organization in pipedrive.

Link to this section Summary

Link to this section Types

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

Link to this section Functions