entries property

List<LogEntry>? entries
getter/setter pair

A list of log entries.

Each response in the stream will order entries with increasing values of LogEntry.timestamp. Ordering is not guaranteed between separate responses.

Implementation

core.List<LogEntry>? entries;