createdNegativeKeywords property

List<NegativeKeyword>? createdNegativeKeywords
getter/setter pair

The negative keywords to create in batch, specified as a list of NegativeKeywords.

Implementation

core.List<NegativeKeyword>? createdNegativeKeywords;