GoogleAdsHomeservicesLocalservicesV1BookingLead constructor

GoogleAdsHomeservicesLocalservicesV1BookingLead({
  1. String? bookingAppointmentTimestamp,
  2. String? consumerEmail,
  3. String? consumerPhoneNumber,
  4. String? customerName,
  5. String? jobType,
})

Implementation

GoogleAdsHomeservicesLocalservicesV1BookingLead({
  this.bookingAppointmentTimestamp,
  this.consumerEmail,
  this.consumerPhoneNumber,
  this.customerName,
  this.jobType,
});