Record

paging-object

No description available.

record paging-object {
  href: string,
  limit: s32,
  next: string,
  offset: s32,
  previous: string,
  total: s32,
}

Fields

NameTypeDescription
hrefstring
limits32
nextstring
offsets32
previousstring
totals32