GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResponse constructor

GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResponse({
  1. GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetricResults? aggregateMetricResults,
  2. String? nextPageToken,
  3. List<GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult>? results,
  4. String? totalSize,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResponse({
  this.aggregateMetricResults,
  this.nextPageToken,
  this.results,
  this.totalSize,
});