Invalidation class
An invalidation.
Constructors
- Invalidation({required DateTime createTime, required String id, required InvalidationBatch invalidationBatch, required String status})
- Invalidation.fromXml(XmlElement elem)
-
factory
Properties
- createTime → DateTime
-
The date and time the invalidation request was first made.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The identifier for the invalidation request. For example:
IDFDVBD632BHDS5
.final - invalidationBatch → InvalidationBatch
-
The current invalidation information for the batch request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
The status of the invalidation request. When the invalidation batch is
finished, the status is
Completed
.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