entries property

List<LogEntry>? entries
getter/setter pair

A list of log entries.

If entries is empty, nextPageToken may still be returned, indicating that more entries may exist. See nextPageToken for more information.

Implementation

core.List<LogEntry>? entries;