nameQuery property

String? nameQuery
getter/setter pair

A filter by user interest name.

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

Implementation

core.String? nameQuery;