Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 848 Bytes

File metadata and controls

13 lines (9 loc) · 848 Bytes

EventSearch Class

Contains a list of all identification events matching the specified search criteria.

Properties

Name Type Description Notes
events \Fingerprint\ServerSdk\Model\Event[]
pagination_key string Use this value in the `pagination_key` parameter to request the next page of search results. [optional]
total_hits int This value represents the total number of events matching the search query, up to the limit provided in the `total_hits` query parameter. Only present if the `total_hits` query parameter was provided. [optional]

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