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] |