GoogleAdsSearchads360V23ServicesSurveySatisfied constructor

GoogleAdsSearchads360V23ServicesSurveySatisfied({
  1. String? otherReasonComment,
  2. String? surveySatisfiedReason,
})

Implementation

GoogleAdsSearchads360V23ServicesSurveySatisfied({
  this.otherReasonComment,
  this.surveySatisfiedReason,
});