GetKeyRotationStatusResponse constructor

GetKeyRotationStatusResponse({
  1. bool? keyRotationEnabled,
})

Implementation

GetKeyRotationStatusResponse({
  this.keyRotationEnabled,
});