ListNegativeKeywordListsResponse constructor

ListNegativeKeywordListsResponse({
  1. List<NegativeKeywordList>? negativeKeywordLists,
  2. String? nextPageToken,
})

Implementation

ListNegativeKeywordListsResponse({
  this.negativeKeywordLists,
  this.nextPageToken,
});