Anthropic::SkillVersionsListResponse
Inherits JSON::Serializable < Struct < Value < Object
Paginated list response for skill versions.
Constructors
new(pull : JSON::PullParser)
Sourcenew(data : Array(SkillVersion) = [] of SkillVersion, has_more : Bool = false, next_page : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
data
Sourcehas_more?
Sourcenext_page
Source