TailLogEntriesResponse constructor
TailLogEntriesResponse({
- List<
LogEntry> ? entries, - List<
SuppressionInfo> ? suppressionInfo,
Implementation
TailLogEntriesResponse({
this.entries,
this.suppressionInfo,
});