LogEntry constructor
LogEntry({
- HttpRequest? httpRequest,
- String? insertId,
- Map<
String, String> ? labels, - String? name,
- LogEntryOperation? operation,
- Map<
String, Object?> ? protoPayload, - String? severity,
- LogEntrySourceLocation? sourceLocation,
- Map<
String, Object?> ? structPayload, - String? textPayload,
- String? timestamp,
- String? trace,
Implementation
LogEntry({
this.httpRequest,
this.insertId,
this.labels,
this.name,
this.operation,
this.protoPayload,
this.severity,
this.sourceLocation,
this.structPayload,
this.textPayload,
this.timestamp,
this.trace,
});