ListNegativeKeywordsResponse constructor

ListNegativeKeywordsResponse({
  1. List<NegativeKeyword>? negativeKeywords,
  2. String? nextPageToken,
})

Implementation

ListNegativeKeywordsResponse({this.negativeKeywords, this.nextPageToken});