CreateImageResponse constructor

CreateImageResponse({
  1. String? imageArn,
})

Implementation

CreateImageResponse({
  this.imageArn,
});