GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView constructor

GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView({
  1. String? adGroup,
  2. String? headline,
  3. String? landingPage,
  4. String? resourceName,
  5. String? searchTerm,
})

Implementation

GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView({
  this.adGroup,
  this.headline,
  this.landingPage,
  this.resourceName,
  this.searchTerm,
});