LineDrive.Field (line_drive v0.24.0)

This module and enclosed struct represent a person field in pipedrive.

Link to this section Summary

Link to this section Types

@type t() :: %LineDrive.Field{
  active_flag: boolean() | nil,
  add_time: NaiveDateTime.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,
  mandatory_flag: boolean() | nil,
  name: String.t() | nil,
  options: [LineDrive.FieldOption.t()] | nil,
  order_nr: non_neg_integer() | nil,
  searchable_flag: boolean() | nil,
  sortable_flag: boolean() | nil,
  update_time: NaiveDateTime.t() | nil
}

Link to this section Functions

Link to this function

handle_transform(map, _)

Link to this function

new_from_map(map)