OpenAI::ResponseItemList
Inherits JSON::Serializable < Reference < Object
A list of Response items.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, data : Array(ItemResource) = [] of ItemResource, has_more : Bool = false, first_id : String = "", last_id : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source