GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResponse constructor
GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResponse({
- GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetricResults? aggregateMetricResults,
- String? nextPageToken,
- List<
GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult> ? results, - String? totalSize,
Implementation
GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResponse({
this.aggregateMetricResults,
this.nextPageToken,
this.results,
this.totalSize,
});