Typed Inttegro domain value.
@type t() :: %Inttegro.FileLinks.FileLinkAccess{ access_count: integer() | nil, allow_download: boolean() | nil, allowed_origins: [String.t()] | nil, last_accessed_at: String.t() | nil, max_accesses: integer() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()