GoogleAdsSearchads360V23ServicesMutateSearchAds360Request constructor

GoogleAdsSearchads360V23ServicesMutateSearchAds360Request({
  1. List<GoogleAdsSearchads360V23ServicesMutateOperation>? mutateOperations,
  2. bool? partialFailure,
  3. String? responseContentType,
  4. bool? validateOnly,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateSearchAds360Request({
  this.mutateOperations,
  this.partialFailure,
  this.responseContentType,
  this.validateOnly,
});