resource property

MonitoredResource? resource
getter/setter pair

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.

Required.

Implementation

MonitoredResource? resource;