const classmailgun::PagedList

sys::Obj
  mailgun::PagedList

PagedList models a subset of a larger list.

items

const Str:Obj[] items

Items in this page.

make

new make(|This f)

It-block constructor.

size

const Int size

The number of items in this page.

start

const Int start

Total number of pages.

totalSize

const Int totalSize

Total number of available items.