LineDrive.FieldOption (line_drive v0.24.0)

This is a custom field option for person, org, and other custom fields in pipedrive's API

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.FieldOption{
  id: non_neg_integer() | nil,
  label: String.t() | nil
}

Link to this section Functions