GoogleAdsSearchads360V23ServicesMutateCustomAudiencesRequest constructor

GoogleAdsSearchads360V23ServicesMutateCustomAudiencesRequest({
  1. List<GoogleAdsSearchads360V23ServicesCustomAudienceOperation>? operations,
  2. bool? validateOnly,
})

Implementation

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