MistralClient.Models.FileList (mistralex_ai v0.1.0)

View Source

Represents a list of files response with pagination.

Summary

Functions

Create a file list from a map.

Types

t()

@type t() :: %MistralClient.Models.FileList{
  data: [MistralClient.Models.File.t()],
  has_more: boolean() | nil,
  object: String.t() | nil,
  total: integer() | nil
}

Functions

from_map(data)

@spec from_map(map()) :: t()

Create a file list from a map.