DisableCertificateAuthorityRequest constructor

DisableCertificateAuthorityRequest({
  1. bool? ignoreDependentResources,
  2. String? requestId,
})

Implementation

DisableCertificateAuthorityRequest({
  this.ignoreDependentResources,
  this.requestId,
});