BulkEditNegativeKeywordsRequest constructor

BulkEditNegativeKeywordsRequest({
  1. List<NegativeKeyword>? createdNegativeKeywords,
  2. List<String>? deletedNegativeKeywords,
})

Implementation

BulkEditNegativeKeywordsRequest({
  this.createdNegativeKeywords,
  this.deletedNegativeKeywords,
});