CreateImageResponse constructor

CreateImageResponse({
  1. String? objectId,
})

Implementation

CreateImageResponse({
  this.objectId,
});