results property
The log events that matched the query criteria during the most recent time it ran.
The results
value is an array of arrays. Each log event is one
object in the top-level array. Each of these log event objects is an array
of field
/value
pairs.
Implementation
final List<List<ResultField>>? results;