GoogleAdsHomeservicesLocalservicesV1PhoneLead constructor

GoogleAdsHomeservicesLocalservicesV1PhoneLead({
  1. String? chargedCallTimestamp,
  2. String? chargedConnectedCallDurationSeconds,
  3. String? consumerPhoneNumber,
})

Implementation

GoogleAdsHomeservicesLocalservicesV1PhoneLead({
  this.chargedCallTimestamp,
  this.chargedConnectedCallDurationSeconds,
  this.consumerPhoneNumber,
});