newNegativeKeywords property

List<NegativeKeyword>? newNegativeKeywords
getter/setter pair

The negative keywords that will replace the existing keywords in the negative keyword list, specified as a list of NegativeKeywords.

Implementation

core.List<NegativeKeyword>? newNegativeKeywords;