LineDrive.OrganizationField (line_drive v0.20.1)

This module and enclosed structs represent an organization field in pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.OrganizationField{
  active_flag: boolean() | nil,
  add_time: Date.t() | nil,
  add_visible_flag: boolean() | nil,
  bulk_edit_allowed: boolean() | nil,
  details_visible_flag: boolean() | nil,
  edit_flag: boolean() | nil,
  field_type: String.t() | nil,
  filtering_allowed: boolean() | nil,
  id: pos_integer() | nil,
  important_flag: boolean() | nil,
  index_visible_flag: boolean() | nil,
  json_column_flag: boolean() | nil,
  key: String.t() | nil,
  last_updated_by_user_id: pos_integer() | nil,
  link: String.t() | nil,
  mandatory_flag: boolean() | nil,
  name: String.t() | nil,
  order_nr: pos_integer() | nil,
  searchable_flag: boolean() | nil,
  sortable_flag: boolean() | nil,
  update_time: Date.t() | nil,
  use_field: String.t() | nil
}

Link to this section Functions