LogEntry constructor

LogEntry({
  1. List<LogErrorGroup>? errorGroups,
  2. HttpRequest? httpRequest,
  3. String? insertId,
  4. Map<String, Object?>? jsonPayload,
  5. Map<String, String>? labels,
  6. String? logName,
  7. MonitoredResourceMetadata? metadata,
  8. LogEntryOperation? operation,
  9. Map<String, Object?>? protoPayload,
  10. String? receiveTimestamp,
  11. MonitoredResource? resource,
  12. String? severity,
  13. LogEntrySourceLocation? sourceLocation,
  14. String? spanId,
  15. LogSplit? split,
  16. String? textPayload,
  17. String? timestamp,
  18. String? trace,
  19. bool? traceSampled,
})

Implementation

LogEntry({
  this.errorGroups,
  this.httpRequest,
  this.insertId,
  this.jsonPayload,
  this.labels,
  this.logName,
  this.metadata,
  this.operation,
  this.protoPayload,
  this.receiveTimestamp,
  this.resource,
  this.severity,
  this.sourceLocation,
  this.spanId,
  this.split,
  this.textPayload,
  this.timestamp,
  this.trace,
  this.traceSampled,
});