Representation of a Custom Value resource.
Summary
Types
@type t() :: %Humaans.Resources.CustomValue{ created_at: DateTime.t() | nil, custom_field_id: binary() | nil, id: binary() | nil, person_id: binary() | nil, resource_id: binary() | nil, updated_at: DateTime.t() | nil, value: binary() | [binary()] | nil }