GoogleAdsHomeservicesLocalservicesV1BookingLead.fromJson constructor
GoogleAdsHomeservicesLocalservicesV1BookingLead.fromJson(
- Map json_
Implementation
GoogleAdsHomeservicesLocalservicesV1BookingLead.fromJson(core.Map json_)
: this(
bookingAppointmentTimestamp:
json_['bookingAppointmentTimestamp'] as core.String?,
consumerEmail: json_['consumerEmail'] as core.String?,
consumerPhoneNumber: json_['consumerPhoneNumber'] as core.String?,
customerName: json_['customerName'] as core.String?,
jobType: json_['jobType'] as core.String?,
);