UpdateImageResponse constructor

UpdateImageResponse({
  1. String? imageArn,
})

Implementation

UpdateImageResponse({
  this.imageArn,
});