Typed Inttegro request parameters.
@type t() :: %Inttegro.ProductDimensionsInputDigital{ bytes: number() | nil, size: number() | nil, size_unit: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()