Representation of a Working Pattern Allocation resource.
Summary
Types
@type t() :: %Humaans.Resources.WorkingPatternAllocation{ created_at: DateTime.t() | nil, end_date: Date.t() | nil, id: binary() | nil, person_id: binary() | nil, start_date: Date.t() | nil, updated_at: DateTime.t() | nil, working_pattern_id: binary() | nil }