GoogleAdsSearchads360V23CommonLeadFormAsset constructor
GoogleAdsSearchads360V23CommonLeadFormAsset({
- String? backgroundImageAsset,
- String? businessName,
- String? callToActionDescription,
- String? callToActionType,
- String? customDisclosure,
- List<
GoogleAdsSearchads360V23CommonLeadFormCustomQuestionField> ? customQuestionFields, - List<
GoogleAdsSearchads360V23CommonLeadFormDeliveryMethod> ? deliveryMethods, - String? description,
- String? desiredIntent,
- List<
GoogleAdsSearchads360V23CommonLeadFormField> ? fields, - String? headline,
- String? postSubmitCallToActionType,
- String? postSubmitDescription,
- String? postSubmitHeadline,
- 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,
});