Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 800 Bytes

PaginatedAddressResponsePaging.md

File metadata and controls

13 lines (7 loc) · 800 Bytes

PaginatedAddressResponsePaging

Properties

Name Type Description Notes
before string A string representing a cursor. Users can use this with a new request to this API endpoint as the “before” request parameter to fetch the previous page of results. [optional] [default to undefined]
after string A string representing a cursor. Users can use this with a new request to this API endpoint as the “after” request parameter to fetch the next page of results. [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]