PutImageScanningConfigurationResponse constructor

PutImageScanningConfigurationResponse({
  1. ImageScanningConfiguration? imageScanningConfiguration,
  2. String? registryId,
  3. String? repositoryName,
})

Implementation

PutImageScanningConfigurationResponse({
  this.imageScanningConfiguration,
  this.registryId,
  this.repositoryName,
});