GoogleAdsSearchads360V23ResourcesClickView constructor

GoogleAdsSearchads360V23ResourcesClickView({
  1. String? adGroupAd,
  2. GoogleAdsSearchads360V23CommonClickLocation? areaOfInterest,
  3. String? campaignLocationTarget,
  4. String? gclid,
  5. String? keyword,
  6. GoogleAdsSearchads360V23CommonKeywordInfo? keywordInfo,
  7. GoogleAdsSearchads360V23CommonClickLocation? locationOfPresence,
  8. String? pageNumber,
  9. String? resourceName,
  10. String? userList,
})

Implementation

GoogleAdsSearchads360V23ResourcesClickView({
  this.adGroupAd,
  this.areaOfInterest,
  this.campaignLocationTarget,
  this.gclid,
  this.keyword,
  this.keywordInfo,
  this.locationOfPresence,
  this.pageNumber,
  this.resourceName,
  this.userList,
});