UploadSSHPublicKeyResponse constructor

UploadSSHPublicKeyResponse({
  1. SSHPublicKey? sSHPublicKey,
})

Implementation

UploadSSHPublicKeyResponse({
  this.sSHPublicKey,
});