GoogleAdsSearchads360V23CommonLeadFormCustomQuestionField constructor

GoogleAdsSearchads360V23CommonLeadFormCustomQuestionField({
  1. String? customQuestionText,
  2. bool? hasLocationAnswer,
  3. GoogleAdsSearchads360V23CommonLeadFormSingleChoiceAnswers? singleChoiceAnswers,
})

Implementation

GoogleAdsSearchads360V23CommonLeadFormCustomQuestionField({
  this.customQuestionText,
  this.hasLocationAnswer,
  this.singleChoiceAnswers,
});