SendSSHPublicKeyResponse constructor

SendSSHPublicKeyResponse({
  1. String? requestId,
  2. bool? success,
})

Implementation

SendSSHPublicKeyResponse({
  this.requestId,
  this.success,
});