LogEntry constructor

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

Implementation

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