GoogleAdsSearchads360V23ResourcesOfflineConversionUploadConversionActionSummary class
Offline conversion upload summary at conversion action level.
Constructors
-
GoogleAdsSearchads360V23ResourcesOfflineConversionUploadConversionActionSummary({List<
GoogleAdsSearchads360V23ResourcesOfflineConversionAlert> ? alerts, String? client, String? conversionActionId, String? conversionActionName, List<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? dailySummaries, List<GoogleAdsSearchads360V23ResourcesOfflineConversionSummary> ? jobSummaries, String? lastUploadDateTime, String? pendingEventCount, String? resourceName, String? status, String? successfulEventCount, String? totalEventCount}) - GoogleAdsSearchads360V23ResourcesOfflineConversionUploadConversionActionSummary.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
- conversionActionId ↔ String?
-
Conversion action id.
getter/setter pair
- conversionActionName ↔ String?
-
The name of the conversion action.
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
- resourceName ↔ String?
-
The resource name of the offline conversion upload summary at conversion
action level.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
Overall status for offline conversion upload conversion action summary.
getter/setter pair
- successfulEventCount ↔ String?
-
Total count of successful uploaded events.
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