Typed Inttegro domain value.
@type t() :: %Inttegro.Files.FileDeliveryDetails{ cache_control: String.t() | nil, content_type: String.t() | nil, public_url: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()