Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 646 Bytes

StorySearchResults.md

File metadata and controls

14 lines (8 loc) · 646 Bytes

StorySearchResults

Properties

Name Type Description Notes
total Int64 The total number of matches for the search query. The first 1000 matches can be paged through via the API. [default to nothing]
data Vector{StorySearchResult} A list of search results. [default to nothing]
next String The URL path and query string for the next page of search results. [default to nothing]

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