GoogleAdsSearchads360V23ServicesApplyRecommendationRequest constructor

GoogleAdsSearchads360V23ServicesApplyRecommendationRequest({
  1. List<GoogleAdsSearchads360V23ServicesApplyRecommendationOperation>? operations,
  2. bool? partialFailure,
})

Implementation

GoogleAdsSearchads360V23ServicesApplyRecommendationRequest({
  this.operations,
  this.partialFailure,
});