GoogleAdsSearchads360V23ResourcesContactDetails class
Fields containing consumer contact details.
Constructors
- GoogleAdsSearchads360V23ResourcesContactDetails({String? consumerName, String? email, String? phoneNumber})
- GoogleAdsSearchads360V23ResourcesContactDetails.fromJson(Map json_)
Properties
- consumerName ↔ String?
-
Consumer name if consumer provided name from Message or Booking form on
google.com
getter/setter pair
- email ↔ String?
-
Consumer email address.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber ↔ String?
-
Phone number of the consumer for the lead.
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