Representation of a Time Away Allocation resource.
Summary
Types
@type t() :: %Humaans.Resources.TimeAwayAllocation{ amount: number() | nil, created_at: DateTime.t() | nil, end_date: Date.t() | nil, id: binary() | nil, person_id: binary() | nil, start_date: Date.t() | nil, time_away_policy_id: binary() | nil, time_away_type_id: binary() | nil, unit: binary() | nil, updated_at: DateTime.t() | nil }