GoogleAdsSearchads360V23ResourcesKeywordPlan constructor

GoogleAdsSearchads360V23ResourcesKeywordPlan({
  1. GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod? forecastPeriod,
  2. String? id,
  3. String? name,
  4. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesKeywordPlan({
  this.forecastPeriod,
  this.id,
  this.name,
  this.resourceName,
});