Typed Inttegro request parameters.
@type t() :: %Inttegro.Apps.UpdateApplicationRequest{ alias: String.t() | nil, description: String.t() | nil, legal_entity_type: String.t() | nil, name: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()