class

OpenAI::ListFilesResponse

Inherits JSON::Serializable < Reference < Object

Constructors

new(object : String = "", data : Array(OpenAIFile) = [] of OpenAIFile, first_id : String = "", last_id : String = "", has_more : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

data
Source
data=(data : Array(OpenAIFile))
Source
first_id
Source
first_id=(first_id : String)
Source
has_more
Source
has_more=(has_more : Bool)
Source
last_id
Source
last_id=(last_id : String)
Source
object
Source
object=(object : String)
Source