SingleTenantHsmInstance constructor

SingleTenantHsmInstance({
  1. String? createTime,
  2. String? deleteTime,
  3. String? disableTime,
  4. String? name,
  5. QuorumAuth? quorumAuth,
  6. String? state,
  7. String? unrefreshedDurationUntilDisable,
})

Implementation

SingleTenantHsmInstance({
  this.createTime,
  this.deleteTime,
  this.disableTime,
  this.name,
  this.quorumAuth,
  this.state,
  this.unrefreshedDurationUntilDisable,
});