class

MCProtocol::PaginatedResult

Inherits JSON::Serializable < Reference < Object

Constructors

new(_meta : JSON::Any | Nil = Nil, nextCursor : String | Nil = Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

_meta

This result property is reserved by the protocol to allow clients and servers to attach additional metadata to their responses.

Source
nextCursor

An opaque token representing the pagination position after the last returned result. If present, there may be more results available.

Source