Represents a file upload response.
Create a file upload response from a map.
@type t() :: %MistralClient.Models.FileUpload{ bytes: integer(), created_at: integer(), filename: String.t(), id: String.t(), object: String.t(), purpose: String.t() }
@spec from_map(map()) :: t()