LogEntry constructor
LogEntry({
- List<
LogErrorGroup> ? errorGroups, - HttpRequest? httpRequest,
- String? insertId,
- Map<
String, Object?> ? jsonPayload, - Map<
String, String> ? labels, - String? logName,
- MonitoredResourceMetadata? metadata,
- LogEntryOperation? operation,
- Map<
String, Object?> ? protoPayload, - String? receiveTimestamp,
- MonitoredResource? resource,
- String? severity,
- LogEntrySourceLocation? sourceLocation,
- String? spanId,
- LogSplit? split,
- String? textPayload,
- String? timestamp,
- String? trace,
- 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,
});