GoogleAdsSearchads360V23ResourcesLeadFormSubmissionData class
Data from lead form submissions.
Constructors
-
GoogleAdsSearchads360V23ResourcesLeadFormSubmissionData({String? adGroup, String? adGroupAd, String? asset, String? campaign, List<
GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField> ? customLeadFormSubmissionFields, String? gclid, String? id, List<GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField> ? leadFormSubmissionFields, String? resourceName, String? submissionDateTime}) - GoogleAdsSearchads360V23ResourcesLeadFormSubmissionData.fromJson(Map json_)
Properties
- adGroup ↔ String?
-
AdGroup associated with the submitted lead form.
getter/setter pair
- adGroupAd ↔ String?
-
AdGroupAd associated with the submitted lead form.
getter/setter pair
- asset ↔ String?
-
Asset associated with the submitted lead form.
getter/setter pair
- campaign ↔ String?
-
Campaign associated with the submitted lead form.
getter/setter pair
-
customLeadFormSubmissionFields
↔ List<
GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField> ? -
Submission data associated with a custom lead form.
getter/setter pair
- gclid ↔ String?
-
Google Click Id associated with the submissed lead form.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of this lead form submission.
getter/setter pair
-
leadFormSubmissionFields
↔ List<
GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField> ? -
Submission data associated with a lead form.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the lead form submission data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submissionDateTime ↔ String?
-
The date and time at which the lead form was submitted.
getter/setter pair
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