Wasm Directoryalpha
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

NameTypeDescription
from-opoption​<s32>
matchesoption​<list​<tfl-api-presentation-entities-search-match>>
max-scoreoption​<f64>
pageoption​<s32>
page-sizeoption​<s32>
provideroption​<string>
queryoption​<string>
totaloption​<s32>