GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField constructor

GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField({
  1. String? fieldType,
  2. String? fieldValue,
})

Implementation

GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField({
  this.fieldType,
  this.fieldValue,
});