GoogleAdsHomeservicesLocalservicesV1AccountReport constructor
GoogleAdsHomeservicesLocalservicesV1AccountReport({
- String? accountId,
- GoogleAdsHomeservicesLocalservicesV1AggregatorInfo? aggregatorInfo,
- double? averageFiveStarRating,
- double? averageWeeklyBudget,
- String? businessName,
- String? currencyCode,
- String? currentPeriodChargedLeads,
- String? currentPeriodConnectedPhoneCalls,
- String? currentPeriodPhoneCalls,
- double? currentPeriodTotalCost,
- String? impressionsLastTwoDays,
- double? phoneLeadResponsiveness,
- String? previousPeriodChargedLeads,
- String? previousPeriodConnectedPhoneCalls,
- String? previousPeriodPhoneCalls,
- double? previousPeriodTotalCost,
- int? totalReview,
Implementation
GoogleAdsHomeservicesLocalservicesV1AccountReport({
this.accountId,
this.aggregatorInfo,
this.averageFiveStarRating,
this.averageWeeklyBudget,
this.businessName,
this.currencyCode,
this.currentPeriodChargedLeads,
this.currentPeriodConnectedPhoneCalls,
this.currentPeriodPhoneCalls,
this.currentPeriodTotalCost,
this.impressionsLastTwoDays,
this.phoneLeadResponsiveness,
this.previousPeriodChargedLeads,
this.previousPeriodConnectedPhoneCalls,
this.previousPeriodPhoneCalls,
this.previousPeriodTotalCost,
this.totalReview,
});