GoogleAdsSearchads360V23ServicesMutateAdGroupAdsResponse constructor

GoogleAdsSearchads360V23ServicesMutateAdGroupAdsResponse({
  1. GoogleRpcStatus? partialFailureError,
  2. List<GoogleAdsSearchads360V23ServicesMutateAdGroupAdResult>? results,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateAdGroupAdsResponse({
  this.partialFailureError,
  this.results,
});