GetLifecyclePolicyResponse constructor

GetLifecyclePolicyResponse({
  1. DateTime? lastEvaluatedAt,
  2. String? lifecyclePolicyText,
  3. String? registryId,
  4. String? repositoryName,
})

Implementation

GetLifecyclePolicyResponse({
  this.lastEvaluatedAt,
  this.lifecyclePolicyText,
  this.registryId,
  this.repositoryName,
});