GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport constructor
GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport({
- String? accountId,
- GoogleAdsHomeservicesLocalservicesV1AggregatorInfo? aggregatorInfo,
- GoogleAdsHomeservicesLocalservicesV1BookingLead? bookingLead,
- String? businessName,
- String? chargeStatus,
- String? currencyCode,
- String? disputeStatus,
- String? geo,
- String? googleAdsLeadId,
- String? leadCategory,
- String? leadCreationTimestamp,
- String? leadId,
- double? leadPrice,
- String? leadType,
- GoogleAdsHomeservicesLocalservicesV1MessageLead? messageLead,
- GoogleAdsHomeservicesLocalservicesV1PhoneLead? phoneLead,
- 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,
});