GoogleAdsSearchads360V23ServicesMutateConversionGoalCampaignConfigsRequest constructor

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

Implementation

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