GoogleAdsSearchads360V23ServicesMutateCustomInterestsRequest constructor

GoogleAdsSearchads360V23ServicesMutateCustomInterestsRequest({
  1. List<GoogleAdsSearchads360V23ServicesCustomInterestOperation>? operations,
  2. bool? validateOnly,
})

Implementation

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