CreateKeyGroupResult constructor

CreateKeyGroupResult({
  1. String? eTag,
  2. KeyGroup? keyGroup,
  3. String? location,
})

Implementation

CreateKeyGroupResult({
  this.eTag,
  this.keyGroup,
  this.location,
});