ListSearchKeywordImpressionsMonthlyResponse constructor
ListSearchKeywordImpressionsMonthlyResponse({
- String? nextPageToken,
- List<
SearchKeywordCount> ? searchKeywordsCounts,
Implementation
ListSearchKeywordImpressionsMonthlyResponse({
this.nextPageToken,
this.searchKeywordsCounts,
});