PutLifecyclePolicyResponse constructor

PutLifecyclePolicyResponse({
  1. String? lifecyclePolicyText,
  2. String? registryId,
  3. String? repositoryName,
})

Implementation

PutLifecyclePolicyResponse({
  this.lifecyclePolicyText,
  this.registryId,
  this.repositoryName,
});