Interface protos.google.logging.v2.IListLogEntriesResponse (9.3.1)

Properties of a ListLogEntriesResponse.

Package

@google-cloud/logging!

Properties

entries

entries?: (google.logging.v2.ILogEntry[]|null);

ListLogEntriesResponse entries

Property Value
TypeDescription
(google.logging.v2.ILogEntry[]|null)

nextPageToken

nextPageToken?: (string|null);

ListLogEntriesResponse nextPageToken

Property Value
TypeDescription
(string|null)