LogEntry constructor

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

Implementation

LogEntry({
  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,
});