filter property

String? filter
getter/setter pair

A filter specifying which log entries to copy.

The filter must be no more than 20k characters. An empty filter matches all log entries.

Optional.

Implementation

core.String? filter;