GoogleAdsSearchads360V23ResourcesOfflineConversionError class
Possible errors for offline conversion client summary.
Constructors
- GoogleAdsSearchads360V23ResourcesOfflineConversionError({String? collectionSizeError, String? conversionAdjustmentUploadError, String? conversionUploadError, String? dateError, String? distinctError, String? fieldError, String? mutateError, String? notAllowlistedError, String? stringFormatError, String? stringLengthError})
- GoogleAdsSearchads360V23ResourcesOfflineConversionError.fromJson(Map json_)
Properties
- collectionSizeError ↔ String?
-
Collection size error.
getter/setter pair
- conversionAdjustmentUploadError ↔ String?
-
Conversion adjustment upload error.
getter/setter pair
- conversionUploadError ↔ String?
-
Conversion upload error.
getter/setter pair
- dateError ↔ String?
-
Date error.
getter/setter pair
- distinctError ↔ String?
-
Distinct error.
getter/setter pair
- fieldError ↔ String?
-
Field error.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mutateError ↔ String?
-
Mutate error.
getter/setter pair
- notAllowlistedError ↔ String?
-
Not allowlisted error.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringFormatError ↔ String?
-
String format error.
getter/setter pair
- stringLengthError ↔ String?
-
String length error.
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