GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport constructor

GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport({
  1. String? accountId,
  2. GoogleAdsHomeservicesLocalservicesV1AggregatorInfo? aggregatorInfo,
  3. GoogleAdsHomeservicesLocalservicesV1BookingLead? bookingLead,
  4. String? businessName,
  5. String? chargeStatus,
  6. String? currencyCode,
  7. String? disputeStatus,
  8. String? geo,
  9. String? googleAdsLeadId,
  10. String? leadCategory,
  11. String? leadCreationTimestamp,
  12. String? leadId,
  13. double? leadPrice,
  14. String? leadType,
  15. GoogleAdsHomeservicesLocalservicesV1MessageLead? messageLead,
  16. GoogleAdsHomeservicesLocalservicesV1PhoneLead? phoneLead,
  17. GoogleTypeTimeZone? timezone,
})

Implementation

GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport({
  this.accountId,
  this.aggregatorInfo,
  this.bookingLead,
  this.businessName,
  this.chargeStatus,
  this.currencyCode,
  this.disputeStatus,
  this.geo,
  this.googleAdsLeadId,
  this.leadCategory,
  this.leadCreationTimestamp,
  this.leadId,
  this.leadPrice,
  this.leadType,
  this.messageLead,
  this.phoneLead,
  this.timezone,
});