GoogleAdsSearchads360V23ServicesMutateGoalsRequest constructor

GoogleAdsSearchads360V23ServicesMutateGoalsRequest({
  1. List<GoogleAdsSearchads360V23ServicesGoalOperation>? operations,
  2. bool? partialFailure,
  3. bool? validateOnly,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateGoalsRequest({
  this.operations,
  this.partialFailure,
  this.validateOnly,
});