VerifyKmsConfigResponse constructor

VerifyKmsConfigResponse({
  1. String? healthError,
  2. bool? healthy,
  3. String? instructions,
})

Implementation

VerifyKmsConfigResponse({
  this.healthError,
  this.healthy,
  this.instructions,
});