DeleteMessageBatchResult class
For each message in the batch, the response contains a
DeleteMessageBatchResultEntry
tag if the message is deleted
or a BatchResultErrorEntry
tag if the message can't be
deleted.
Constructors
-
DeleteMessageBatchResult.new({required List<
BatchResultErrorEntry> failed, required List<DeleteMessageBatchResultEntry> successful}) - DeleteMessageBatchResult.fromXml(XmlElement elem)
-
factory
Properties
-
failed
→ List<
BatchResultErrorEntry> -
A list of
BatchResultErrorEntry
items.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
successful
→ List<
DeleteMessageBatchResultEntry> -
A list of
DeleteMessageBatchResultEntry
items.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