GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse constructor

GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse({
  1. GoogleRpcStatus? partialFailureError,
  2. List<GoogleAdsSearchads360V23ServicesMutateAdGroupAdLabelResult>? results,
})

Implementation

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