LogEntry constructor

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

Implementation

LogEntry({
  this.apphub,
  this.apphubDestination,
  this.apphubSource,
  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,
});