GoogleAdsSearchads360V23CommonLeadFormAsset class

A Lead Form asset.

Constructors

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})
GoogleAdsSearchads360V23CommonLeadFormAsset.fromJson(Map json_)

Properties

backgroundImageAsset String?
Asset resource name of the background image.
getter/setter pair
businessName String?
The name of the business being advertised.
getter/setter pair
callToActionDescription String?
Text giving a clear value proposition of what users expect once they expand the form.
getter/setter pair
callToActionType String?
Pre-defined display text that encourages user to expand the form.
getter/setter pair
customDisclosure String?
Custom disclosure shown along with Google disclaimer on the lead form.
getter/setter pair
customQuestionFields List<GoogleAdsSearchads360V23CommonLeadFormCustomQuestionField>?
Ordered list of custom question fields.
getter/setter pair
deliveryMethods List<GoogleAdsSearchads360V23CommonLeadFormDeliveryMethod>?
Configured methods for collected lead data to be delivered to advertiser.
getter/setter pair
description String?
Detailed description of the expanded form to describe what the form is asking for or facilitating.
getter/setter pair
desiredIntent String?
Chosen intent for the lead form, for example, more volume or more qualified. Possible string values are:
getter/setter pair
fields List<GoogleAdsSearchads360V23CommonLeadFormField>?
Ordered list of input fields.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headline String?
Headline of the expanded form to describe what the form is asking for or facilitating.
getter/setter pair
postSubmitCallToActionType String?
Pre-defined display text that encourages user action after the form is submitted. Possible string values are:
getter/setter pair
postSubmitDescription String?
Detailed description shown after form submission that describes how the advertiser will follow up with the user.
getter/setter pair
postSubmitHeadline String?
Headline of text shown after form submission that describes how the advertiser will follow up with the user.
getter/setter pair
privacyPolicyUrl String?
Link to a page describing the policy on how the collected data is handled by the advertiser/business.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited