ListNegativeKeywordsResponse constructor
ListNegativeKeywordsResponse({
- List<
NegativeKeyword> ? negativeKeywords, - String? nextPageToken,
Implementation
ListNegativeKeywordsResponse({
this.negativeKeywords,
this.nextPageToken,
});