TailLogEntriesResponse constructor

TailLogEntriesResponse({
  1. List<LogEntry>? entries,
  2. List<SuppressionInfo>? suppressionInfo,
})

Implementation

TailLogEntriesResponse({
  this.entries,
  this.suppressionInfo,
});