DeleteDomainEntryResult constructor

DeleteDomainEntryResult({
  1. Operation? operation,
})

Implementation

DeleteDomainEntryResult({
  this.operation,
});