GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView constructor

GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView({
  1. bool? hasMatchingKeyword,
  2. bool? hasNegativeKeyword,
  3. bool? hasNegativeUrl,
  4. String? headline,
  5. String? landingPage,
  6. String? pageUrl,
  7. String? resourceName,
  8. String? searchTerm,
})

Implementation

GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView({
  this.hasMatchingKeyword,
  this.hasNegativeKeyword,
  this.hasNegativeUrl,
  this.headline,
  this.landingPage,
  this.pageUrl,
  this.resourceName,
  this.searchTerm,
});