Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 693 Bytes

EntrySearchResponse.md

File metadata and controls

12 lines (9 loc) · 693 Bytes

harmony-connect-client.Model.EntrySearchResponse

Properties

Name Type Description Notes
Data List<EntrySearchResponseData> An array of entries that match your search criterion.
Offset int? The index of the first item returned from the total set (Starting from 0).
Limit int? The maximum number of entries per page.
Count int? The total number of entries seen.

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