Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 656 Bytes

File metadata and controls

15 lines (7 loc) · 656 Bytes

ContactsPagedResponse

Properties

Name Type Description Notes
data List<Contact> The page of contacts
next String Cursor to the next page; absent when the current page is the last. Opaque, and bound to the sort that minted it — replay it unchanged and keep sortBy/order steady across pages. [optional]
total Integer The number of contacts matching the filters, ignoring pagination. Present only when the request passed `includeTotal=true`; the key is absent otherwise. [optional]