ImportSshPublicKeyResponse constructor

ImportSshPublicKeyResponse({
  1. required String serverId,
  2. required String sshPublicKeyId,
  3. required String userName,
})

Implementation

ImportSshPublicKeyResponse({
  required this.serverId,
  required this.sshPublicKeyId,
  required this.userName,
});