entries property

List<LogEntry> entries
final

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

final List<LogEntry> entries;