GoogleAdsSearchads360V23CommonUrlCollection constructor

GoogleAdsSearchads360V23CommonUrlCollection({
  1. List<String>? finalMobileUrls,
  2. List<String>? finalUrls,
  3. String? trackingUrlTemplate,
  4. String? urlCollectionId,
})

Implementation

GoogleAdsSearchads360V23CommonUrlCollection({
  this.finalMobileUrls,
  this.finalUrls,
  this.trackingUrlTemplate,
  this.urlCollectionId,
});