GoogleAdsSearchads360V23ServicesMutateSearchAds360Request constructor
GoogleAdsSearchads360V23ServicesMutateSearchAds360Request({
- List<
GoogleAdsSearchads360V23ServicesMutateOperation> ? mutateOperations, - bool? partialFailure,
- String? responseContentType,
- bool? validateOnly,
Implementation
GoogleAdsSearchads360V23ServicesMutateSearchAds360Request({
this.mutateOperations,
this.partialFailure,
this.responseContentType,
this.validateOnly,
});