resource property
MonitoredResource?
resource
final
Required. The monitored resource that produced this log entry.
Example: a log entry that reports a database error would be associated with the monitored resource designating the particular database that reported the error.
Implementation
final MonitoredResource? resource;