GoogleAdsSearchads360V23ResourcesAdGroupAssetSet constructor

GoogleAdsSearchads360V23ResourcesAdGroupAssetSet({
  1. String? adGroup,
  2. String? assetSet,
  3. String? resourceName,
  4. String? status,
})

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupAssetSet({
  this.adGroup,
  this.assetSet,
  this.resourceName,
  this.status,
});