GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset constructor

GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset({
  1. List<String>? labels,
  2. String? pageUrl,
})

Implementation

GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset({
  this.labels,
  this.pageUrl,
});