ExBifrost.Model.AnthropicListFiles200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

AnthropicListFiles200Response model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicListFiles200Response{
  data: [ExBifrost.Model.AnthropicListFiles200ResponseDataInner.t()] | nil,
  first_id: String.t() | nil,
  has_more: boolean() | nil,
  last_id: String.t() | nil
}

Functions

decode(value)