Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.24 KB

SuggestionResult.md

File metadata and controls

18 lines (15 loc) · 1.24 KB

SuggestionResult

Properties

Name Type Description Notes
total int The total number of related resources found.
offset int The offset of the returned resources. Supports paging where the 'offset' specifies the page number (zero-based numbering). [optional] [default to 0]
limit int The maximum number of returned resources. Supports paging where the 'limit' specifies the maximum page size [optional]
text str The text that was searched on. [optional]
language str The language of the text that was searched on.
type list[str] The class(es) of resources that was searched for. [optional]
is_in_scheme list[str] The concept scheme(s) that was searched through. [optional]
facet list[str] The counted facet(s) [optional]
links SuggestionResultLinks [optional]
embedded SuggestionResultEmbedded [optional]

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