ArchiveRuleSummary class
Contains information about an archive rule.
Constructors
-
ArchiveRuleSummary({required DateTime createdAt, required Map<
String, Criterion> filter, required String ruleName, required DateTime updatedAt}) -
ArchiveRuleSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → DateTime
-
The time at which the archive rule was created.
final
-
filter
→ Map<
String, Criterion> -
A filter used to define the archive rule.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ruleName → String
-
The name of the archive rule.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
The time at which the archive rule was last updated.
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