BulkEditNegativeKeywordsRequest constructor
      
      BulkEditNegativeKeywordsRequest({ 
    
    
- List<NegativeKeyword> ? createdNegativeKeywords,
- List<String> ? deletedNegativeKeywords,
Implementation
BulkEditNegativeKeywordsRequest({
  this.createdNegativeKeywords,
  this.deletedNegativeKeywords,
});