SyncPage
One page of sync events, ordered by ascending last-modified seq.
Clients page until has_more is False before persisting
next_cursor (SPEC §6.4).
Fields
eventstuple[SyncEvent, ...]next_cursorstrhas_morebool__init__
__init__(self, events: tuple[SyncEvent, ...], next_cursor: str, has_more: bool) -> None
Parameters
eventsrequired, tuple[SyncEvent, ...]none
next_cursorrequired, strnone
has_morerequired, boolnone