GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsRequest constructor

GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsRequest({
  1. List<GoogleAdsSearchads360V23ServicesCustomerConversionGoalOperation>? operations,
  2. bool? validateOnly,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateCustomerConversionGoalsRequest({
  this.operations,
  this.validateOnly,
});