akahu.api.rest.models.paged_response

class akahu.api.rest.models.paged_response.PagedResponse(Ctor: TypeVar, next, success: bool, items: List, cursor: dict = None)

Bases: Generic

property cursor: str | None
property has_next: bool
property items: List
next(**kwargs) PagedResponse[T]
property size: int
property success: bool