GoogleAdsSearchads360V23ResourcesFinalUrlExpansionAssetView constructor

GoogleAdsSearchads360V23ResourcesFinalUrlExpansionAssetView({
  1. String? adGroup,
  2. String? asset,
  3. String? assetGroup,
  4. String? campaign,
  5. String? fieldType,
  6. String? finalUrl,
  7. String? resourceName,
  8. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesFinalUrlExpansionAssetView({
  this.adGroup,
  this.asset,
  this.assetGroup,
  this.campaign,
  this.fieldType,
  this.finalUrl,
  this.resourceName,
  this.status,
});