GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters constructor

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters({
  1. List<String>? existingAssets,
  2. List<GoogleAdsSearchads360V23ResourcesAsset>? newAssets,
  3. String? scope,
})

Implementation

GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters({
  this.existingAssets,
  this.newAssets,
  this.scope,
});