GetLogEventsResponse class

Constructors

GetLogEventsResponse({List<OutputLogEvent>? events, String? nextBackwardToken, String? nextForwardToken})
GetLogEventsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

events List<OutputLogEvent>?
The events.
final
hashCode int
The hash code for this object.
no setterinherited
nextBackwardToken String?
The token for the next set of items in the backward direction. The token expires after 24 hours. This token is never null. If you have reached the end of the stream, it returns the same token you passed in.
final
nextForwardToken String?
The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.
final
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
toString() String
A string representation of this object.
inherited

Operators

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