RestEventSearchResults Object

This is returned by the EventSearch() call.

TypeNameDescription
IntTotalResultsTotal # of results for the search.
A negative value in this field indicates an error condition.
List<RestEventJson>ResultListThe subset of results requested, given StartIndex and PageSize.
StringErrorMessageThe message passed back if an error occurs.