LifecyclePolicyPreviewResult class
The result of the lifecycle policy preview.
Constructors
-
LifecyclePolicyPreviewResult({LifecyclePolicyRuleAction? action, int? appliedRulePriority, String? imageDigest, DateTime? imagePushedAt, List<
String> ? imageTags}) -
LifecyclePolicyPreviewResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- action → LifecyclePolicyRuleAction?
-
The type of action to be taken.
final
- appliedRulePriority → int?
-
The priority of the applied rule.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageDigest → String?
-
The
sha256
digest of the image manifest.final - imagePushedAt → DateTime?
-
The date and time, expressed in standard JavaScript date format, at which
the current image was pushed to the repository.
final
-
imageTags
→ List<
String> ? -
The list of tags associated with this image.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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