GoogleAdsSearchads360V23CommonLeadFormAsset constructor

GoogleAdsSearchads360V23CommonLeadFormAsset({
  1. String? backgroundImageAsset,
  2. String? businessName,
  3. String? callToActionDescription,
  4. String? callToActionType,
  5. String? customDisclosure,
  6. List<GoogleAdsSearchads360V23CommonLeadFormCustomQuestionField>? customQuestionFields,
  7. List<GoogleAdsSearchads360V23CommonLeadFormDeliveryMethod>? deliveryMethods,
  8. String? description,
  9. String? desiredIntent,
  10. List<GoogleAdsSearchads360V23CommonLeadFormField>? fields,
  11. String? headline,
  12. String? postSubmitCallToActionType,
  13. String? postSubmitDescription,
  14. String? postSubmitHeadline,
  15. String? privacyPolicyUrl,
})

Implementation

GoogleAdsSearchads360V23CommonLeadFormAsset({
  this.backgroundImageAsset,
  this.businessName,
  this.callToActionDescription,
  this.callToActionType,
  this.customDisclosure,
  this.customQuestionFields,
  this.deliveryMethods,
  this.description,
  this.desiredIntent,
  this.fields,
  this.headline,
  this.postSubmitCallToActionType,
  this.postSubmitDescription,
  this.postSubmitHeadline,
  this.privacyPolicyUrl,
});