GoogleAdsHomeservicesLocalservicesV1AccountReport class

An Account Report of a GLS account identified by their account id containing aggregate data gathered from a particular date range.

Next ID: 18

Constructors

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})
GoogleAdsHomeservicesLocalservicesV1AccountReport.fromJson(Map json_)

Properties

accountId String?
Unique identifier of the GLS account.
getter/setter pair
aggregatorInfo GoogleAdsHomeservicesLocalservicesV1AggregatorInfo?
Aggregator specific information related to the account.
getter/setter pair
averageFiveStarRating double?
Average review rating score from 1-5 stars.
getter/setter pair
averageWeeklyBudget double?
Average weekly budget in the currency code of the account.
getter/setter pair
businessName String?
Business name of the account.
getter/setter pair
currencyCode String?
Currency code of the account.
getter/setter pair
currentPeriodChargedLeads String?
Number of charged leads the account received in current specified period.
getter/setter pair
currentPeriodConnectedPhoneCalls String?
Number of connected phone calls (duration over 30s) in current specified period.
getter/setter pair
currentPeriodPhoneCalls String?
Number of phone calls in current specified period, including both connected and unconnected calls.
getter/setter pair
currentPeriodTotalCost double?
Total cost of the account in current specified period in the account's specified currency.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impressionsLastTwoDays String?
Number of impressions that customers have had in the past 2 days.
getter/setter pair
phoneLeadResponsiveness double?
Phone lead responsiveness of the account for the past 90 days from current date.
getter/setter pair
previousPeriodChargedLeads String?
Number of charged leads the account received in previous specified period.
getter/setter pair
previousPeriodConnectedPhoneCalls String?
Number of connected phone calls (duration over 30s) in previous specified period.
getter/setter pair
previousPeriodPhoneCalls String?
Number of phone calls in previous specified period, including both connected and unconnected calls.
getter/setter pair
previousPeriodTotalCost double?
Total cost of the account in previous specified period in the account's specified currency.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalReview int?
Total number of reviews the account has up to current date.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited