ExBifrost.Model.AnthropicListFiles200ResponseDataInner (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicListFiles200ResponseDataInner model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicListFiles200ResponseDataInner{
  created_at: DateTime.t() | nil,
  downloadable: boolean() | nil,
  filename: String.t() | nil,
  id: String.t() | nil,
  mime_type: String.t() | nil,
  size_bytes: integer() | nil,
  type: String.t() | nil
}

Functions

decode(value)