RemoveTargetsResultEntry class
Represents a target that failed to be removed from a rule.
Constructors
- RemoveTargetsResultEntry({String? errorCode, String? errorMessage, String? targetId})
-
RemoveTargetsResultEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorCode → String?
-
The error code that indicates why the target removal failed. If the value is
ConcurrentModificationException
, too many requests were made at the same time.final - errorMessage → String?
-
The error message that explains why the target removal failed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetId → String?
-
The ID of the target.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited