Representation of a Task resource.
Summary
Types
@type t() :: %Humaans.Resources.Task{ company_id: binary() | nil, created_at: DateTime.t() | nil, description: binary() | nil, due_date: Date.t() | nil, id: binary() | nil, person_id: binary() | nil, priority: binary() | nil, status: binary() | nil, title: binary() | nil, updated_at: DateTime.t() | nil }