ImportSshPublicKeyResponse constructor

ImportSshPublicKeyResponse({
  1. String? details,
  2. LoginProfile? loginProfile,
})

Implementation

ImportSshPublicKeyResponse({
  this.details,
  this.loginProfile,
});