LifecyclePolicyPreviewResult constructor

LifecyclePolicyPreviewResult({
  1. LifecyclePolicyRuleAction? action,
  2. int? appliedRulePriority,
  3. String? imageDigest,
  4. DateTime? imagePushedAt,
  5. List<String>? imageTags,
})

Implementation

LifecyclePolicyPreviewResult({
  this.action,
  this.appliedRulePriority,
  this.imageDigest,
  this.imagePushedAt,
  this.imageTags,
});