Typed Inttegro domain value.
@type t() :: %Inttegro.UploadRequestDisplay{ description: String.t() | nil, help_text: String.t() | nil, title: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()