filter property
An expression written in the Pub/Sub filter language.
If non-empty, then only PubsubMessage
s whose attributes
field matches
the filter are delivered on this subscription. If empty, then no messages
are filtered out.
Optional.
Implementation
core.String? filter;