Record
tfl-api-presentation-entities-search-response
No description available.
record tfl-api-presentation-entities-search-response {
from-op: option<s32>,
matches: option<list<tfl-api-presentation-entities-search-match>>,
max-score: option<f64>,
page: option<s32>,
page-size: option<s32>,
provider: option<string>,
query: option<string>,
total: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| from-op | option<s32> | |
| matches | option<list<tfl-api-presentation-entities-search-match>> | |
| max-score | option<f64> | |
| page | option<s32> | |
| page-size | option<s32> | |
| provider | option<string> | |
| query | option<string> | |
| total | option<s32> |