GoogleAdsHomeservicesLocalservicesV1MessageLead constructor

GoogleAdsHomeservicesLocalservicesV1MessageLead({
  1. String? consumerPhoneNumber,
  2. String? customerName,
  3. String? jobType,
  4. String? postalCode,
})

Implementation

GoogleAdsHomeservicesLocalservicesV1MessageLead({
  this.consumerPhoneNumber,
  this.customerName,
  this.jobType,
  this.postalCode,
});