Pagination-related fields lastTimestamp
and paginationKey
are included if you use a pagination parameter like limit
or before
and there is more data available on the next page.
Name | Type | Description | Notes |
---|---|---|---|
VisitorId | string | [default to null] | |
Visits | []Visit | [default to null] | |
LastTimestamp | int64 | paginationKey instead. Timestamp of the last visit in the current page of results. |
[optional] [default to null] |
PaginationKey | string | Request ID of the last visit in the current page of results. Use this value in the following request as the paginationKey parameter to get the next page of results. |
[optional] [default to null] |