queryTerms property

List<String>? queryTerms
getter/setter pair

Terms from the search query.

Will not consider do_not_associate_terms for search if in search query. Can specify up to 100 terms.

Implementation

core.List<core.String>? queryTerms;