Typed Inttegro request parameters.
@type t() :: %Inttegro.Chimes.ChimeEmailMessageInput{ from_: Inttegro.Chimes.ChimeEmailMailboxInput.t(), headers: %{optional(String.t()) => String.t()} | nil, html: String.t() | nil, reply_to: String.t() | nil, subject: String.t(), text: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()