fieldPath property

String? fieldPath
getter/setter pair

The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing.

See indexing documentation( https://cloud.google.com/logging/docs/analyze/custom-index) for details.For example: jsonPayload.request.status

Required.

Implementation

core.String? fieldPath;