OpenAI::VideoListResource
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, data : Array(VideoResource) = [] of VideoResource, first_id : VideoListResourceFirstId = nil, last_id : VideoListResourceLastId = nil, has_more : Bool = false)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
first_id
Sourcefirst_id=(first_id : VideoListResourceFirstId)
Sourcelast_id
Sourcelast_id=(last_id : VideoListResourceLastId)
Source