GoogleAdsSearchads360V23ResourcesAssetGroup constructor

GoogleAdsSearchads360V23ResourcesAssetGroup({
  1. String? adStrength,
  2. GoogleAdsSearchads360V23ResourcesAssetCoverage? assetCoverage,
  3. String? campaign,
  4. List<String>? finalMobileUrls,
  5. List<String>? finalUrls,
  6. String? id,
  7. String? name,
  8. String? path1,
  9. String? path2,
  10. String? primaryStatus,
  11. List<String>? primaryStatusReasons,
  12. String? resourceName,
  13. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesAssetGroup({
  this.adStrength,
  this.assetCoverage,
  this.campaign,
  this.finalMobileUrls,
  this.finalUrls,
  this.id,
  this.name,
  this.path1,
  this.path2,
  this.primaryStatus,
  this.primaryStatusReasons,
  this.resourceName,
  this.status,
});