UpdateKeyGroupResult constructor

UpdateKeyGroupResult({
  1. String? eTag,
  2. KeyGroup? keyGroup,
})

Implementation

UpdateKeyGroupResult({
  this.eTag,
  this.keyGroup,
});