DeleteHsmResponse constructor

DeleteHsmResponse({
  1. String? hsmId,
})

Implementation

DeleteHsmResponse({
  this.hsmId,
});