GoogleAdsSearchads360V23ServicesMutateSearchAds360Response constructor

GoogleAdsSearchads360V23ServicesMutateSearchAds360Response({
  1. List<GoogleAdsSearchads360V23ServicesMutateOperationResponse>? mutateOperationResponses,
  2. GoogleRpcStatus? partialFailureError,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateSearchAds360Response({
  this.mutateOperationResponses,
  this.partialFailureError,
});