GoogleAdsHomeservicesLocalservicesV1PhoneLead class

Container for phone lead specific information.

Constructors

GoogleAdsHomeservicesLocalservicesV1PhoneLead({String? chargedCallTimestamp, String? chargedConnectedCallDurationSeconds, String? consumerPhoneNumber})
GoogleAdsHomeservicesLocalservicesV1PhoneLead.fromJson(Map json_)

Properties

chargedCallTimestamp String?
Timestamp of the phone call which resulted in a charged phone lead.
getter/setter pair
chargedConnectedCallDurationSeconds String?
Duration of the charged phone call in seconds.
getter/setter pair
consumerPhoneNumber String?
Consumer phone number associated with the phone lead.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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