TailLogEntriesResponse class
Result returned from TailLogEntries.
Constructors
-
TailLogEntriesResponse.new({List<
LogEntry> ? entries, List<SuppressionInfo> ? suppressionInfo}) - TailLogEntriesResponse.fromJson(Map json_)
Properties
-
entries
↔ List<
LogEntry> ? -
A list of log entries.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
suppressionInfo
↔ List<
SuppressionInfo> ? -
If entries that otherwise would have been included in the session were not
sent back to the client, counts of relevant entries omitted from the
session with the reason that they were not included.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited