Representation of a Document resource.
Summary
Types
@type t() :: %Humaans.Resources.Document{ company_id: binary() | nil, created_at: DateTime.t() | nil, created_by: binary() | nil, document_type_id: binary() | nil, file: map() | nil, file_id: binary() | nil, folder_id: binary() | nil, id: binary() | nil, issue_date: Date.t() | nil, link: binary() | nil, name: binary() | nil, person_id: binary() | nil, source: binary() | nil, source_id: binary() | nil, updated_at: DateTime.t() | nil }
Functions
@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Humaans.Resources.Document{ company_id: term(), created_at: term(), created_by: term(), document_type_id: term(), file: term(), file_id: term(), folder_id: term(), id: term(), issue_date: term(), link: term(), name: term(), person_id: term(), source: term(), source_id: term(), updated_at: term() }