Wasm Directoryalpha
Record

search-response

No description available.

record search-response {
  events: option​<list​<event>>,
  href: option​<string>,
  limit: option​<s32>,
  next: option​<string>,
  offset: option​<s32>,
  prev: option​<string>,
  total: option​<s32>,
}

Fields

NameTypeDescription
eventsoption​<list​<event>>
hrefoption​<string>
limitoption​<s32>
nextoption​<string>
offsetoption​<s32>
prevoption​<string>
totaloption​<s32>