GetSSHPublicKeyResponse constructor

GetSSHPublicKeyResponse({
  1. SSHPublicKey? sSHPublicKey,
})

Implementation

GetSSHPublicKeyResponse({
  this.sSHPublicKey,
});