filter property

String? filter
getter/setter pair

Only log entries that match the filter are returned.

An empty filter matches all log entries in the resources listed in resource_names. Referencing a parent resource that is not listed in resource_names will cause the filter to return no results. The maximum length of a filter is 20,000 characters.

Optional.

Implementation

core.String? filter;