GoogleAdsHomeservicesLocalservicesV1BookingLead class

Container for booking lead specific information.

Constructors

GoogleAdsHomeservicesLocalservicesV1BookingLead({String? bookingAppointmentTimestamp, String? consumerEmail, String? consumerPhoneNumber, String? customerName, String? jobType})
GoogleAdsHomeservicesLocalservicesV1BookingLead.fromJson(Map json_)

Properties

bookingAppointmentTimestamp String?
Timestamp of when service is provided by advertiser.
getter/setter pair
consumerEmail String?
Consumer email associated with the booking lead.
getter/setter pair
consumerPhoneNumber String?
Consumer phone number associated with the booking 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
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