GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalsRequest constructor

GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalsRequest({
  1. List<GoogleAdsSearchads360V23ServicesCustomConversionGoalOperation>? operations,
  2. String? responseContentType,
  3. bool? validateOnly,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateCustomConversionGoalsRequest({
  this.operations,
  this.responseContentType,
  this.validateOnly,
});