pathQuery property

String? pathQuery
getter/setter pair

A filter by user interest path.

If set, only user interests with a path containing the literal string (case insensitive) in the filter will be returned. Maximum length is 200 characters.

Implementation

core.String? pathQuery;