$NegativeKeywordList constructor

$NegativeKeywordList({
  1. String? advertiserId,
  2. String? displayName,
  3. String? name,
  4. String? negativeKeywordListId,
  5. String? targetedLineItemCount,
})

Implementation

$NegativeKeywordList({
  this.advertiserId,
  this.displayName,
  this.name,
  this.negativeKeywordListId,
  this.targetedLineItemCount,
});