GoogleAdsHomeservicesLocalservicesV1MessageLead class

Container for message lead specific information.

Constructors

GoogleAdsHomeservicesLocalservicesV1MessageLead({String? consumerPhoneNumber, String? customerName, String? jobType, String? postalCode})
GoogleAdsHomeservicesLocalservicesV1MessageLead.fromJson(Map json_)

Properties

consumerPhoneNumber String?
Consumer phone number associated with the message lead.
getter/setter pair
customerName String?
Name of the customer who created the lead.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobType String?
The job type of the specified lead.
getter/setter pair
postalCode String?
The postal code of the customer who created 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