ListNegativeKeywordListsResponse constructor
ListNegativeKeywordListsResponse({
- List<
NegativeKeywordList> ? negativeKeywordLists, - String? nextPageToken,
Implementation
ListNegativeKeywordListsResponse({
this.negativeKeywordLists,
this.nextPageToken,
});