GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary class
Offline conversion upload summary at customer level.
Constructors
-
GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary({List<
GoogleAdsSearchads360V23ResourcesOfflineConversionAlert> ? alerts, String? client, List<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? dailySummaries, List<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? jobSummaries, String? lastUploadDateTime, String? pendingEventCount, double? pendingRate, String? resourceName, String? status, double? successRate, String? successfulEventCount, String? totalEventCount}) - GoogleAdsSearchads360V23ResourcesOfflineConversionUploadClientSummary.fromJson(Map json_)
Properties
-
alerts
↔ List<
GoogleAdsSearchads360V23ResourcesOfflineConversionAlert> ? -
Details for each error code.
getter/setter pair
- client ↔ String?
-
Client type of the upload event.
getter/setter pair
-
dailySummaries
↔ List<
GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? -
Summary of history stats by last N days.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jobSummaries
↔ List<
GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? -
Summary of history stats by last N jobs.
getter/setter pair
- lastUploadDateTime ↔ String?
-
Date for the latest upload batch.
getter/setter pair
- pendingEventCount ↔ String?
-
Total count of pending uploaded events.
getter/setter pair
- pendingRate ↔ double?
-
The ratio of total pending events to total events.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the offline conversion upload summary at customer
level.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Overall status for offline conversion client summary.
getter/setter pair
- successfulEventCount ↔ String?
-
Total count of successful uploaded events.
getter/setter pair
- successRate ↔ double?
-
Successful rate.
getter/setter pair
- totalEventCount ↔ String?
-
Total count of uploaded events.
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