GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField class
Fields in the submitted custom question
Constructors
- GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField({String? fieldValue, String? questionText})
- GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField.fromJson(Map json_)
Properties
- fieldValue ↔ String?
-
Field value for custom question response, maximum number of characters is
70.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- questionText ↔ String?
-
Question text for custom question, maximum number of characters is 300.
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