Query Response
data class QueryResponse<T : Any>(val items: List<Model<T>>, val hasPreviousPage: Boolean, val hasNextPage: Boolean, val cursorFirst: QueryListCursor?, val cursorPrevious: QueryListCursor?, val cursorNext: QueryListCursor?, val cursorLast: QueryListCursor?, val options: QueryOptions?)
Constructors
Link copied to clipboard
constructor(items: List<Model<T>>, hasPreviousPage: Boolean, hasNextPage: Boolean, cursorFirst: QueryListCursor?, cursorPrevious: QueryListCursor?, cursorNext: QueryListCursor?, cursorLast: QueryListCursor?, options: QueryOptions?)