GoogleAdsSearchads360V23ServicesMutateBiddingStrategiesResponse constructor

GoogleAdsSearchads360V23ServicesMutateBiddingStrategiesResponse({
  1. GoogleRpcStatus? partialFailureError,
  2. List<GoogleAdsSearchads360V23ServicesMutateBiddingStrategyResult>? results,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateBiddingStrategiesResponse({
  this.partialFailureError,
  this.results,
});