CopyImageResponse constructor

CopyImageResponse({
  1. String? destinationImageName,
})

Implementation

CopyImageResponse({
  this.destinationImageName,
});