PutImageTagMutabilityResponse constructor

PutImageTagMutabilityResponse({
  1. ImageTagMutability? imageTagMutability,
  2. String? registryId,
  3. String? repositoryName,
})

Implementation

PutImageTagMutabilityResponse({
  this.imageTagMutability,
  this.registryId,
  this.repositoryName,
});