Memvid::TimelineQuery
Inherits JSON::Serializable < Reference < Object
Timeline query parameters.
Constructors
new(pull : JSON::PullParser)
Sourcenew(limit : UInt64 | Nil = nil, since : Int64 | Nil = nil, until __arg2 : Int64 | Nil = nil, reverse : Bool = false)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
limit
Sourcereverse
Sourcesince
Sourceuntil
Source