ListLogEntriesResponse class final

Result returned from ListLogEntries.

Inheritance
  • Object
  • ProtoMessage
  • ListLogEntriesResponse

Constructors

ListLogEntriesResponse({List<LogEntry> entries = const [], String nextPageToken = ''})
ListLogEntriesResponse.fromJson(Object? j)
factory

Properties

entries List<LogEntry>
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.
final
hashCode int
The hash code for this object.
no setterinherited
nextPageToken String
If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String