GoogleAdsHomeservicesLocalservicesV1AccountReport constructor

GoogleAdsHomeservicesLocalservicesV1AccountReport({
  1. String? accountId,
  2. GoogleAdsHomeservicesLocalservicesV1AggregatorInfo? aggregatorInfo,
  3. double? averageFiveStarRating,
  4. double? averageWeeklyBudget,
  5. String? businessName,
  6. String? currencyCode,
  7. String? currentPeriodChargedLeads,
  8. String? currentPeriodConnectedPhoneCalls,
  9. String? currentPeriodPhoneCalls,
  10. double? currentPeriodTotalCost,
  11. String? impressionsLastTwoDays,
  12. double? phoneLeadResponsiveness,
  13. String? previousPeriodChargedLeads,
  14. String? previousPeriodConnectedPhoneCalls,
  15. String? previousPeriodPhoneCalls,
  16. double? previousPeriodTotalCost,
  17. 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,
});