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
| Name | Type | Description |
|---|---|---|
| events | option<list<event>> | |
| href | option<string> | |
| limit | option<s32> | |
| next | option<string> | |
| offset | option<s32> | |
| prev | option<string> | |
| total | option<s32> |