Representation of a Custom Field resource.
Summary
Types
@type t() :: %Humaans.Resources.CustomField{ company_id: binary() | nil, config: map() | nil, created_at: DateTime.t() | nil, id: binary() | nil, name: binary() | nil, resource_id: binary() | nil, section: binary() | nil, type: binary() | nil, updated_at: DateTime.t() | nil }