DeleteKeyPairResult constructor

DeleteKeyPairResult({
  1. Operation? operation,
})

Implementation

DeleteKeyPairResult({
  this.operation,
});